Compare commits

..

No commits in common. "d79a999c4ffc097676db1fcde391eafb4a2610af" and "6a1e4e4795b39233dce47b1d9ee1233b5eca85bf" have entirely different histories.

View File

@ -60,13 +60,13 @@
flex-shrink: 0; flex-shrink: 0;
} }
/* Each tab's body starts one shared 16px gap under the header divider and /* Each tab's content sits flush under the header divider with one shared
spans the full pane width the same rhythm as the Backups/Migrate sub-tab 16px gap the same rhythm on all five tabs (the Backups/Migrate sub-tab
strips, so no tab is narrower than another. The recessed dark surface strips get the identical gap below), so no tab carries extra inset. The
keeps its inner 16px so content doesn't collide with the rounded box. */ recessed dark surface stays, but flush: full pane width, no inner padding. */
#overview-view .tab-pane > .ov-tab-body { #overview-view .tab-pane > .ov-tab-body {
margin: 16px 0 0; margin: 16px 0 0;
padding: 16px; padding: 0;
background: rgba(var(--bg-rgb), 0.2); background: rgba(var(--bg-rgb), 0.2);
border-radius: 8px; border-radius: 8px;
} }