Skip to content

Commit 2ae9a30

Browse files
committed
Decrease music app sidebar width
1 parent 37517ca commit 2ae9a30

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/stylesheets/sass/components/music-app.sass

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ $thumb-border-color: $track-color
6969
@include mix.disable-select()
7070

7171
// Prevent sidebar from shrinking too much on smaller screens
72-
@media screen and (max-width: calc(vars.$width-threshold - (5 * vars.$threshold-diff)))
73-
width: math.div($window-width, 4.5)
74-
min-width: math.div($window-width, 4.5)
72+
@media screen and (max-width: calc(vars.$width-threshold - (4 * vars.$threshold-diff)))
73+
width: math.div($window-width, 5)
74+
min-width: math.div($window-width, 5)
7575

7676
&-header
7777
position: relative

0 commit comments

Comments
 (0)