fix: align German online backup controls
Use compact German key labels and a shared fixed label column so both online-backup inputs and actions align consistently across languages. Restore the narrow one-column breakpoint after later settings overrides and cover translations plus real hidden CSS geometry.
This commit is contained in:
+8
-2
@@ -1896,7 +1896,7 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
|
||||
|
||||
.online-backup-key-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(170px, auto) minmax(240px, 1fr) auto;
|
||||
grid-template-columns: 150px minmax(240px, 1fr) auto;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
}
|
||||
@@ -3603,7 +3603,13 @@ input[type="checkbox"] {
|
||||
}
|
||||
|
||||
.online-backup-key-row {
|
||||
grid-template-columns: minmax(140px, auto) minmax(180px, 1fr) auto;
|
||||
grid-template-columns: 150px minmax(180px, 1fr) auto;
|
||||
}
|
||||
|
||||
@media (max-width: 820px) {
|
||||
.online-backup-key-row {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
#settings-view {
|
||||
|
||||
Reference in New Issue
Block a user