Fix repository action layout

This commit is contained in:
Mikei386
2026-06-14 11:33:58 +02:00
parent 7314bd1a16
commit 8a9bdc2e8e
8 changed files with 24 additions and 9 deletions
+3
View File
@@ -60,6 +60,8 @@
#backupper-app .bu-muted { color: var(--bu-muted) !important; opacity: .72; }
.bu-toolbar { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; margin-bottom: 14px; }
.bu-actions { display: flex; flex-wrap: wrap; gap: 7px; }
.bu-table-actions { align-items: flex-start; min-width: 310px; }
.bu-table-actions .bu-button { flex: 0 0 auto; }
.bu-warning { color: var(--bu-bad) !important; display: block; font-size: 13px; font-weight: 700; margin-top: 5px; }
#backupper-app .bu-button {
@@ -166,5 +168,6 @@
.bu-form { grid-template-columns: 1fr; }
.bu-header { align-items: flex-start; flex-direction: column; gap: 12px; }
.bu-table { display: block; overflow-x: auto; }
.bu-table-actions { min-width: 240px; }
#bu-tooltip { font-size: 13px; }
}