fix: force original icon box size with explicit !important overrides

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-21 08:08:15 +00:00
parent 4c2fc455ff
commit ccc3a2fb51
+8
View File
@@ -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 {