Adopt shared WebUI layout primitives

This commit is contained in:
2026-08-18 10:42:51 +02:00
parent 211cd2c950
commit f8c22396b3
2 changed files with 9 additions and 19 deletions
-10
View File
@@ -4,12 +4,6 @@
overflow: auto;
}
.encryption-form-grid {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0.85rem 1rem;
}
.encryption-form-grid .form-field:has(textarea) {
grid-column: 1 / -1;
}
@@ -46,10 +40,6 @@
}
@media (max-width: 760px) {
.encryption-form-grid {
grid-template-columns: minmax(0, 1fr);
}
.encryption-form-grid .form-field:has(textarea) {
grid-column: auto;
}