Use overlay for track list on Cover panel (implements #47)

This commit is contained in:
coderkun 2018-03-24 11:41:25 +01:00
commit f98b888344
6 changed files with 427 additions and 603 deletions

View file

@ -18,6 +18,16 @@
font-weight:bold;
}
revealer.sidebar > * {
background-color:alpha(@theme_bg_color, 0.8);
box-shadow:0 0 10px @theme_bg_color;
margin-left:20px
}
revealer.sidebar scale mark indicator {
margin-right:5px;
}
actionbar {
background-color:@theme_unfocused_bg_color;
}