mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Set up different sidebar sections and improve styling of bottom bar
This commit is contained in:
parent
e926fb41d3
commit
9858cece51
6 changed files with 34 additions and 9 deletions
|
|
@ -1,5 +1,9 @@
|
|||
@import "../../node_modules/bulma/bulma"
|
||||
|
||||
// area holding content & side navi
|
||||
#app main
|
||||
margin-bottom: 0
|
||||
|
||||
// navi on the left side
|
||||
.sidebar
|
||||
background: $dark
|
||||
|
|
@ -14,6 +18,16 @@
|
|||
.navbar-menu
|
||||
align-items: center
|
||||
|
||||
.audio-interaction
|
||||
flex-grow: 1
|
||||
|
||||
.level-left
|
||||
flex-grow: 1
|
||||
flex-shrink: 0
|
||||
.level-right
|
||||
flex-grow: 0
|
||||
flex-shrink: 1
|
||||
|
||||
.progress.is-tiny
|
||||
height: 0.25rem
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue