From 973f4f78ed1f19f5c6dce8941793d6f2068ce918 Mon Sep 17 00:00:00 2001 From: JohnBaumb <80135794+JohnBaumb@users.noreply.github.com> Date: Fri, 24 Apr 2026 03:13:33 -0700 Subject: [PATCH] fix: close mb-card-icon:hover rule and merge discover-sync-card properties The hover rule was missing its closing brace, bleeding into the Discover CSS section. The discover-sync-card rule also had a premature close that left padding, display, gap, and transition orphaned outside the block. --- webui/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/static/style.css b/webui/static/style.css index 53f6c973..d1772a5a 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -59939,6 +59939,7 @@ body[data-artist-source="source"] #artist-detail-page #library-artist-enhance-bt #artist-detail-page .release-card.album-card .mb-card-icon:hover { opacity: 1; +} /* ── SoulSync Discover Sync Tab ───────────────────────────────────────── */ @@ -59969,7 +59970,6 @@ body[data-artist-source="source"] #artist-detail-page #library-artist-enhance-bt border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 10px; margin: 3px 6px; -} padding: 8px 14px; display: flex; align-items: center;