Skip to content

Commit

Permalink
Create "thumb space" for scrolling volume dropdown on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMicroNova committed Jan 3, 2025
1 parent a0abdc2 commit 643dd17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@

.group-volume-slider {
width: 100%;
margin: 0 1rem;
}
1 change: 1 addition & 0 deletions web/src/components/ZoneVolumeSlider/ZoneVolumeSlider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.zone-volume-container {
@include general.header-font;
font-size: 1rem;
max-width: calc(100% - 47px)
}

0 comments on commit 643dd17

Please sign in to comment.