Skip to content

Commit

Permalink
Make top row buttons fit better at 390px screensize
Browse files Browse the repository at this point in the history
  • Loading branch information
HerrZatacke committed Jan 29, 2025
1 parent 4c78285 commit 71037c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ header {
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
gap: 8px;
gap: 5px;
position: sticky;
top: 0;
z-index: 1;
Expand All @@ -54,15 +54,15 @@ a.button {

.buttons button,
.buttons a.button {
height: 60px;
width: 60px;
height: 56px;
width: 56px;
padding: 4px;
gap: 2px;
}

button span.title,
a.button span.title {
font-size: 12px;
font-size: 11px;
}

#settings {
Expand Down

0 comments on commit 71037c6

Please sign in to comment.