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:
parent
115f5cd3e6
commit
d5c81f3b3a
1 changed files with 8 additions and 2 deletions
|
|
@ -2,15 +2,21 @@
|
|||
@import "../../node_modules/open-iconic/font/css/open-iconic.scss"
|
||||
|
||||
// area holding content & side navi
|
||||
#app main
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue