From 20dfcf10a5cfc326598e8613f7866183eebd5b2e Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:02:49 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20artist-detail=20card=20size=2025%=20(180?= =?UTF-8?q?=E2=86=92225px=20min,=20150=E2=86=92190px=20on=20small=20screen?= =?UTF-8?q?s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webui/static/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webui/static/style.css b/webui/static/style.css index ee13cc8e..3c3932c4 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -23311,8 +23311,8 @@ body.helper-mode-active #dashboard-activity-feed:hover { .releases-grid { display: grid; - grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); - gap: 16px; + grid-template-columns: repeat(auto-fill, minmax(225px, 1fr)); + gap: 20px; padding: 8px 0; } @@ -23536,8 +23536,8 @@ body.helper-mode-active #dashboard-activity-feed:hover { } .releases-grid { - grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); - gap: 16px; + grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); + gap: 18px; } .release-card {