make these lists transparent

This commit is contained in:
Erica Z 2024-11-13 18:10:45 +01:00
parent 2f510c55ac
commit 8d57d942e8
2 changed files with 8 additions and 2 deletions

View file

@ -21,11 +21,9 @@ template $AudreyUiPlayQueue: Adw.Bin {
child: ScrolledWindow {
hexpand: true;
vscrollbar-policy: always;
hscrollbar-policy: never;
ListView view {
show-separators: true;
single-click-activate: true;
activate => $on_row_activated() swapped;

View file

@ -19,6 +19,10 @@
min-height: 15px;
}
#play-queue listview {
background-color: rgba(0,0,0,0);
}
/* make drag and drop indicator take up entire perimeter */
#play-queue listview row {
padding: 0;
@ -28,6 +32,10 @@
font-weight: bold;
}
gridview.albums {
background-color: rgba(0,0,0,0);
}
gridview.albums child {
margin: 10px;
}