1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-07 02:33:39 +02:00

Make sure sidebar always extends to complete height

This commit is contained in:
Arne Schlüter 2018-06-03 15:07:22 +02:00
commit d5c81f3b3a

View file

@ -2,15 +2,21 @@
@import "../../node_modules/open-iconic/font/css/open-iconic.scss"
// area holding content & side navi
#app main
margin-bottom: 0
#app
main
margin-bottom: 0
// navi on the left side
.sidebar
min-height: 100vh
background: $dark
a
color: $light
.has-navbar-fixed-bottom .sidebar
// 2.5 = 3.25 ($navbar-height) - 0.75 ($padding)
min-height: calc(100vh - 2.5rem)
// bottom bar
.playback-area
background: $dark