From dbe3db2a7bada553b6b954ebd11f8e7408bbf3cf Mon Sep 17 00:00:00 2001 From: JohnBaumb <80135794+JohnBaumb@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:26:21 -0700 Subject: [PATCH] fix: add missing closing brace in style.css that broke discover sync CSS --- webui/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/static/style.css b/webui/static/style.css index af33c023..fcde56c0 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -59969,6 +59969,7 @@ 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;