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) <noreply@anthropic.com>
This commit is contained in:
parent
36e4b61581
commit
1105f578e4
1 changed files with 1 additions and 1 deletions
|
|
@ -1037,7 +1037,7 @@ div.modal.modal-wide {
|
||||||
|
|
||||||
.tab-pane {
|
.tab-pane {
|
||||||
padding: var(--space-s);
|
padding: var(--space-s);
|
||||||
max-height: 12rem;
|
max-height: 18rem;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.tab-pane[hidden] { display: none; }
|
.tab-pane[hidden] { display: none; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue