Compact snapshot path lists

This commit is contained in:
Mikei386
2026-06-21 14:15:23 +02:00
parent f3f846bdfa
commit 8c8771f82e
8 changed files with 32 additions and 10 deletions
+8
View File
@@ -167,6 +167,14 @@
.bu-table th, .bu-table td { border-bottom: 1px solid var(--bu-border); color: var(--bu-text); padding: 12px 8px; text-align: left; vertical-align: top; }
.bu-table th { color: var(--bu-text); font-size: 13px; font-weight: 700; letter-spacing: .03em; opacity: .76; text-transform: uppercase; }
.bu-table-scroll { max-width: 100%; overflow-x: auto; }
.bu-snapshot-table { table-layout: fixed; }
.bu-snapshot-id { width: 90px; }
.bu-snapshot-time { width: 175px; }
.bu-snapshot-host { width: 130px; }
.bu-snapshot-actions { width: 145px; }
.bu-path-list { display: flex; flex-wrap: wrap; gap: 5px; max-width: 100%; min-width: 0; }
.bu-path-chip, .bu-path-more { background: var(--bu-panel-alt); border: 1px solid var(--bu-border); border-radius: 999px; color: var(--bu-text); display: inline-block; font-size: 12px; line-height: 1.25; max-width: 260px; overflow: hidden; padding: 4px 8px; text-overflow: ellipsis; white-space: nowrap; }
.bu-path-more { color: var(--bu-muted); font-weight: 700; }
.bu-runs-table { table-layout: fixed; }
.bu-runs-table .bu-run-task { width: 18%; }
.bu-runs-table .bu-run-status { width: 9%; }