Fix repository action layout
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user