Fixed vertical alignment of volume slider

This commit is contained in:
Ciarán Ainsworth 2020-11-22 18:17:33 +00:00
parent 57cff7793f
commit dca4036d45
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
} }
input { input {
max-width: 8.5em; max-width: 8.5em;
padding: 1em; padding: 1em 0em;
} }
&:not(:hover):not(.expanded) .popup { &:not(:hover):not(.expanded) .popup {
display: none; display: none;