1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00

Fix CSS for queue and library.

This commit is contained in:
Dan Barber 2014-04-19 13:01:37 +01:00
parent f3732eb264
commit 226da39e59
2 changed files with 10 additions and 2 deletions

View File

@ -1,12 +1,12 @@
#library #library
background: white background: white
position: absolute position: absolute
padding: 2.5rem 0 0
top: 100% top: 100%
bottom: 0 bottom: 0
left: 0 left: 0
right: 0 right: 0
z-index: 2 z-index: 2
overflow: auto
@include transition(top 0.35s ease-in-out) @include transition(top 0.35s ease-in-out)
header header
top: 100% top: 100%
@ -33,10 +33,12 @@
top: 0 top: 0
ul.root, ol.artists, ol.albums ul.root, ol.artists, ol.albums
@extend .list @extend .list
padding: 2.5rem 0 0
li li
cursor: pointer cursor: pointer
ol.songs ol.songs
@extend .song-list @extend .song-list
padding: 2.5rem 0 0
li li
cursor: pointer cursor: pointer
div div

View File

@ -1,5 +1,10 @@
#queue #queue
padding: 2.5rem 0 5.625em overflow: auto
position: absolute
top: 0
left: 0
bottom: 0
right: 0
header header
z-index: 1 z-index: 1
@extend .header @extend .header
@ -10,6 +15,7 @@
@include button @include button
ol ol
@extend .song-list @extend .song-list
padding: 2.5rem 0 5.625em
li li
cursor: pointer cursor: pointer
li.playing li.playing