feat: align forms with shared UI foundations

This commit is contained in:
2026-08-18 21:32:34 +02:00
parent 50e0172f65
commit 178d08c729
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -34,7 +34,7 @@
.forms-list {
overflow: hidden;
border: 1px solid var(--border);
border-radius: 6px;
border-radius: var(--radius-compact);
background: var(--surface-raised);
}
@@ -305,7 +305,7 @@
}
}
@media (max-width: 620px) {
@media (max-width: 680px) {
.form-page-editor-heading,
.form-section-editor,
.form-localization-editor,