diff --git a/webui/style.css b/webui/style.css index fd9af16..f698dcd 100644 --- a/webui/style.css +++ b/webui/style.css @@ -2068,7 +2068,7 @@ a.nav-link { } .stat-panel { - min-height: 188px; + min-height: 208px; padding: 18px 18px 16px; } @@ -2222,3 +2222,21 @@ td .button, padding: 0 16px; } } + +/* Stat panel: restore left padding & drop card icons */ +.stat-panel { + padding: 18px 18px 16px; +} +.stat-panel .section-title { + max-width: none; +} +.stat-panel .stat-value, +.stat-panel .stat-caption { + padding-left: 2px; +} +.stat-panel .stat-caption { + margin-bottom: 0; +} +.stat-panel::before { + content: none !important; +}