From 652ef50bfda628e245f7dd5021f0366f4ec55c5e Mon Sep 17 00:00:00 2001
From: "(quasar) nebula" <qznebula@protonmail.com>
Date: Sat, 13 Jan 2024 19:13:30 -0400
Subject: css: avoid overflow hidden on cover art container

---
 src/static/site6.css | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

(limited to 'src/static')

diff --git a/src/static/site6.css b/src/static/site6.css
index 5f4ed7ad..4e761963 100644
--- a/src/static/site6.css
+++ b/src/static/site6.css
@@ -661,7 +661,10 @@ p .current {
     0 0 12px 12px #00000080;
 
   border-radius: 0 0 4px 4px;
-  overflow: hidden;
+  background: var(--bg-black-color);
+
+  -webkit-backdrop-filter: blur(3px);
+          backdrop-filter: blur(3px);
 }
 
 #cover-art-container:has(.image-details),
@@ -691,11 +694,7 @@ p .current {
   padding: 6px 9px 4px 9px;
   margin-top: 0;
   margin-bottom: 0;
-  background: var(--bg-black-color);
   border-top: 1px dashed var(--dim-color);
-
-  -webkit-backdrop-filter: blur(3px);
-          backdrop-filter: blur(3px);
 }
 
 ul.image-details li {
-- 
cgit 1.3.0-6-gf8a5