We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37517ca commit 2ae9a30Copy full SHA for 2ae9a30
1 file changed
assets/stylesheets/sass/components/music-app.sass
@@ -69,9 +69,9 @@ $thumb-border-color: $track-color
69
@include mix.disable-select()
70
71
// 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)
+ @media screen and (max-width: calc(vars.$width-threshold - (4 * vars.$threshold-diff)))
+ width: math.div($window-width, 5)
+ min-width: math.div($window-width, 5)
75
76
&-header
77
position: relative
0 commit comments