Merge claude/1
This commit is contained in:
commit
6a1e4e4795
@ -62,8 +62,14 @@
|
|||||||
|
|
||||||
/* Each tab's content sits flush under the header divider with one shared
|
/* Each tab's content sits flush under the header divider with one shared
|
||||||
16px gap — the same rhythm on all five tabs (the Backups/Migrate sub-tab
|
16px gap — the same rhythm on all five tabs (the Backups/Migrate sub-tab
|
||||||
strips get the identical gap below), so no tab carries extra inset. */
|
strips get the identical gap below), so no tab carries extra inset. The
|
||||||
#overview-view .tab-pane > .ov-tab-body { margin: 16px 0 0; }
|
recessed dark surface stays, but flush: full pane width, no inner padding. */
|
||||||
|
#overview-view .tab-pane > .ov-tab-body {
|
||||||
|
margin: 16px 0 0;
|
||||||
|
padding: 0;
|
||||||
|
background: rgba(var(--bg-rgb), 0.2);
|
||||||
|
border-radius: 8px;
|
||||||
|
}
|
||||||
#overview-view .tab-pane > .tabs-wrapper,
|
#overview-view .tab-pane > .tabs-wrapper,
|
||||||
#overview-view .tab-pane > .backup-layout > .tabs-wrapper { margin-top: 16px; }
|
#overview-view .tab-pane > .backup-layout > .tabs-wrapper { margin-top: 16px; }
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user