From ac9f911d13c68aa01b82a226ef8a436fd258e5f5 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Fri, 5 Sep 2025 20:48:51 -0700 Subject: [PATCH] Update style.css --- webui/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webui/static/style.css b/webui/static/style.css index 34b8fb43..cdaffe83 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -6598,8 +6598,8 @@ body { /* Artist Bubble Card */ .artist-bubble-card { position: relative; - width: 80px; - height: 80px; + width: 200px; + height: 200px; border-radius: 50%; cursor: pointer; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);