Skip to content

Commit

Permalink
Fixed tabs being obstructed by the navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfyxon committed Aug 28, 2024
1 parent 3984b6b commit 002d21f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions other/timer/timer.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#app-controls {
width: 320px;
height: 200px;
height: fit-content;
}

#tabs {
Expand All @@ -39,7 +39,7 @@
}
#time-select {
text-align: center;
height: 150px;
height: 110px;
line-height: 150px;
}
#time-select > div {
Expand All @@ -65,7 +65,7 @@
}

#stopwatch-laps {
height: 140px;
height: 100px;
overflow-y: scroll;
margin-bottom: 10px;
}
Expand Down

0 comments on commit 002d21f

Please sign in to comment.