From 8d57d942e8473fe111ac03ba5cd154d9f192a17f Mon Sep 17 00:00:00 2001 From: Erica Z Date: Wed, 13 Nov 2024 18:10:45 +0100 Subject: [PATCH] make these lists transparent --- resources/play_queue.blp | 2 -- resources/style.css | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/resources/play_queue.blp b/resources/play_queue.blp index 0a3974c..3dea3d8 100644 --- a/resources/play_queue.blp +++ b/resources/play_queue.blp @@ -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; diff --git a/resources/style.css b/resources/style.css index cbbd0da..820afe3 100644 --- a/resources/style.css +++ b/resources/style.css @@ -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; }