Tighten snapshot table spacing

This commit is contained in:
Mikei386
2026-06-21 14:44:57 +02:00
parent 0b991576ad
commit b45b4d43fa
7 changed files with 17 additions and 9 deletions
+3 -1
View File
@@ -171,7 +171,9 @@
.bu-snapshot-id { width: 90px; }
.bu-snapshot-time { width: 175px; }
.bu-snapshot-host { width: 130px; }
.bu-snapshot-actions { width: 130px; }
.bu-snapshot-paths { width: 105px; }
.bu-snapshot-actions { width: 120px; }
.bu-snapshot-table td:last-child { text-align: left; }
.bu-path-count { background: var(--bu-panel-alt); border: 1px solid var(--bu-border); border-radius: 999px; color: var(--bu-text); display: inline-block; font-size: 12px; font-weight: 700; padding: 4px 8px; white-space: nowrap; }
.bu-runs-table { table-layout: fixed; }
.bu-runs-table .bu-run-task { width: 18%; }