eww -> music: Increase player buttons size

This commit is contained in:
GaspardCulis 2024-02-19 21:59:25 +01:00
parent 4f31131470
commit 04769c7a17

View file

@ -28,18 +28,16 @@
} }
button { button {
min-width: 32px; min-width: 48px;
min-height: 32px; min-height: 48px;
font-size: 20px; font-size: 26px;
} }
button.playpause { button.playpause {
border-radius: 50%; border-radius: 50%;
background-color: $green; background-color: $green;
color: $background; color: $background;
padding-top: 1px;
} }
} }
} }