From 1105f578e42d7d64e9855a7f643cbcf3bc0206cc Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 17 May 2026 21:53:47 +0200 Subject: [PATCH] style(server-detail): grow inspection-strip tab panes by 50% Bumps .tab-pane max-height from 12rem (192px) to 18rem (288px) so the log/console/files content area gets the same +50% vertical breathing room the tab buttons themselves received in eabb976. Co-Authored-By: Claude Opus 4.7 (1M context) --- l4d2web/l4d2web/static/css/components.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l4d2web/l4d2web/static/css/components.css b/l4d2web/l4d2web/static/css/components.css index d544a2a..25e4c72 100644 --- a/l4d2web/l4d2web/static/css/components.css +++ b/l4d2web/l4d2web/static/css/components.css @@ -1037,7 +1037,7 @@ div.modal.modal-wide { .tab-pane { padding: var(--space-s); - max-height: 12rem; + max-height: 18rem; overflow: auto; } .tab-pane[hidden] { display: none; }