From 178d3c883568dbff74e2854657587d963791fe91 Mon Sep 17 00:00:00 2001 From: geoffrey45 Date: Sat, 11 Jun 2022 12:41:44 +0300 Subject: [PATCH] fix now-playing image position --- src/components/LeftSidebar/PinnedStuff.vue | 94 ---------------------- src/components/LeftSidebar/nowPlaying.vue | 8 +- 2 files changed, 4 insertions(+), 98 deletions(-) delete mode 100644 src/components/LeftSidebar/PinnedStuff.vue diff --git a/src/components/LeftSidebar/PinnedStuff.vue b/src/components/LeftSidebar/PinnedStuff.vue deleted file mode 100644 index f1a13996..00000000 --- a/src/components/LeftSidebar/PinnedStuff.vue +++ /dev/null @@ -1,94 +0,0 @@ - - - diff --git a/src/components/LeftSidebar/nowPlaying.vue b/src/components/LeftSidebar/nowPlaying.vue index 87ca0244..995399fc 100644 --- a/src/components/LeftSidebar/nowPlaying.vue +++ b/src/components/LeftSidebar/nowPlaying.vue @@ -78,13 +78,13 @@ const queue = useQStore(); .art { width: 100%; - display: grid; + aspect-ratio: 1; place-items: center; margin-bottom: $small; .l-image { - height: 12rem; - width: 12rem; + height: 100%; + width: 100%; } } @@ -93,7 +93,7 @@ const queue = useQStore(); font-size: 0.75rem; width: max-content; padding: 0.2rem 0.35rem; - top: 13.25rem; + top: 14.25rem; left: 1.5rem; background-color: $black; border-radius: $smaller;