Add playlist widget to elapsed time button popover

This commit is contained in:
Rafostar
2021-01-19 14:40:25 +01:00
parent fca7966ece
commit 3ba21d42ec
8 changed files with 345 additions and 118 deletions

View File

@@ -22,6 +22,10 @@ radio {
min-width: 17px;
min-height: 17px;
}
/* Adwaita is missing osd ListBox */
.osd list {
background: none;
}
.osd .playercontrols {
-gtk-icon-size: 24px;
}
@@ -70,6 +74,10 @@ radio {
font-weight: 600;
font-variant-numeric: tabular-nums;
}
.popoverbutton {
min-width: 24px;
min-height: 24px;
}
/* Position Scale */
.positionscale {