From 4b02855dca731a69e43373eb356bfe1bf287f5ed Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Fri, 11 Feb 2022 12:06:35 +0300 Subject: [PATCH] hide sidebar album art on sidebar collapse --- src/App.vue | 2 +- src/components/LeftSidebar/AlbumArt.vue | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5067e9b1..4395b690 100644 --- a/src/App.vue +++ b/src/App.vue @@ -11,7 +11,7 @@
- +
diff --git a/src/components/LeftSidebar/AlbumArt.vue b/src/components/LeftSidebar/AlbumArt.vue index e520d59a..32ab9717 100644 --- a/src/components/LeftSidebar/AlbumArt.vue +++ b/src/components/LeftSidebar/AlbumArt.vue @@ -1,5 +1,5 @@