From ccc3a2fb514eee19cede5934cc7f12b0b1eae00b Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 21 Jul 2026 08:08:15 +0000 Subject: [PATCH] fix: force original icon box size with explicit !important overrides Co-Authored-By: Claude Sonnet 4.6 --- app/static/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/static/style.css b/app/static/style.css index 80bca04..fa4df79 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -863,9 +863,17 @@ button { /* Icon box — compact accent square */ .dashboard-page .tile-icon-box { + width: min(100%, 336px) !important; + aspect-ratio: 1 / 1 !important; + max-height: 180px !important; + border-radius: 16px !important; background: #f2f8fd !important; border-color: rgba(185, 215, 238, 0.65) !important; } +.dashboard-page .tile-icon { + width: 88% !important; + height: 88% !important; +} /* Credentials block */ .dashboard-page .svc-credentials {