make these lists transparent
This commit is contained in:
parent
2f510c55ac
commit
8d57d942e8
2 changed files with 8 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue