From 4c2fc455fffcb74e7593e8a8e427bcf6c3030e8c Mon Sep 17 00:00:00 2001 From: Ruslan Date: Tue, 21 Jul 2026 08:05:12 +0000 Subject: [PATCH] revert: restore original icon box size Co-Authored-By: Claude Sonnet 4.6 --- app/static/style.css | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/app/static/style.css b/app/static/style.css index 160dd41..80bca04 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -863,20 +863,8 @@ button { /* Icon box — compact accent square */ .dashboard-page .tile-icon-box { - width: 68px !important; - height: 68px !important; - max-height: 68px !important; - aspect-ratio: 1 / 1 !important; - border-radius: 18px !important; - background: linear-gradient(135deg, rgba(42,140,214,0.28) 0%, rgba(14,91,153,0.18) 100%) !important; - border: 1.5px solid rgba(42,140,214,0.35) !important; - box-shadow: 0 2px 10px rgba(42,140,214,0.18) !important; - margin: 0 auto 0.85rem !important; -} - -.dashboard-page .tile-icon { - width: 62% !important; - height: 62% !important; + background: #f2f8fd !important; + border-color: rgba(185, 215, 238, 0.65) !important; } /* Credentials block */