Rewrite parts of context to be adjustable and adjust album to width

This commit is contained in:
Jonas Kvinge
2020-04-06 02:47:57 +02:00
parent fb8e7d803f
commit 3fdbe84573
13 changed files with 852 additions and 1126 deletions

View File

@@ -52,19 +52,14 @@ macos QMenu {
font-size: 13pt;
}
#scrollarea_play {
#context-layout-container {
background-color: %palette-base;
font: 11pt;
}
#scrollarea_stop {
#context-widget-scrollarea {
background-color: %palette-base;
font: 11pt;
}
#scrollAreaWidgetContents_stop {
background-color: %palette-base;
}
#scrollAreaWidgetContents_play {
#context-layout-scrollarea {
background-color: %palette-base;
}