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 {