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:
@@ -863,9 +863,17 @@ button {
|
|||||||
|
|
||||||
/* Icon box — compact accent square */
|
/* Icon box — compact accent square */
|
||||||
.dashboard-page .tile-icon-box {
|
.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;
|
background: #f2f8fd !important;
|
||||||
border-color: rgba(185, 215, 238, 0.65) !important;
|
border-color: rgba(185, 215, 238, 0.65) !important;
|
||||||
}
|
}
|
||||||
|
.dashboard-page .tile-icon {
|
||||||
|
width: 88% !important;
|
||||||
|
height: 88% !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Credentials block */
|
/* Credentials block */
|
||||||
.dashboard-page .svc-credentials {
|
.dashboard-page .svc-credentials {
|
||||||
|
|||||||
Reference in New Issue
Block a user