Compare commits

..

No commits in common. "b33764f25986e8e8ac46ce9843efe4d3eed9f171" and "95fc2f73e9fc2ea32ccba341523ca3d2e0b0511d" have entirely different histories.

2 changed files with 2 additions and 24 deletions

View File

@ -1281,29 +1281,12 @@
color: rgba(var(--text-rgb), 0.5); color: rgba(var(--text-rgb), 0.5);
} }
/* Themed box wrapping the global Backups tab snapshot list, so the list
section including the "No backups yet." empty state reads as its own
bounded surface instead of floating bare on the tab panel. Same recipe as
the Dashboard tab's .backup-card (translucent fill + hairline border). */
.backup-snapshot-panel {
background: rgba(var(--text-rgb), 0.03);
border: 1px solid rgba(var(--text-rgb), 0.08);
border-radius: 12px;
padding: 8px 16px 16px;
}
.backup-snapshot-rows { .backup-snapshot-rows {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 8px; gap: 8px;
margin-top: 14px; margin-top: 14px;
} }
/* Inside the panel the top inset comes from the panel padding, so drop the
list's own top margin to keep the box's internal rhythm even. */
.backup-snapshot-panel .backup-snapshot-rows {
margin-top: 0;
}
.backup-snapshot-loc-pill { .backup-snapshot-loc-pill {
background: rgba(var(--accent-rgb), 0.15); background: rgba(var(--accent-rgb), 0.15);
color: var(--accent); color: var(--accent);

View File

@ -57,13 +57,8 @@
</div> </div>
<!-- Each backup is rendered by renderSnapshots() as a .task-item <!-- Each backup is rendered by renderSnapshots() as a .task-item
card, matching the per-app Backups tab so the two surfaces card, matching the per-app Backups tab so the two surfaces
share one visual language. The panel wrapper gives the list share one visual language. -->
section its own themed box so it reads as a bounded surface
(and the "No backups yet." empty state sits inside a box
rather than floating bare on the tab panel). -->
<div class="backup-snapshot-panel">
<div class="backup-snapshot-rows" id="backup-snapshot-list"></div> <div class="backup-snapshot-rows" id="backup-snapshot-list"></div>
</div>
</section> </section>
<section class="backup-tabpanel" id="backup-panel-locations"> <section class="backup-tabpanel" id="backup-panel-locations">