Adopt shared WebUI layout primitives
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user