fix: increase layout editor modal specificity to override base .modal width

This commit is contained in:
2026-04-01 15:16:53 -06:00
parent c2d61c96cd
commit cac97f1d9c
+1 -1
View File
@@ -88,7 +88,7 @@ header {
}
.modal-wide { width: min(720px, 96vw); }
.modal-layout-editor { width: min(1400px, 96vw); height: 92vh; }
.modal.modal-layout-editor { width: min(1400px, 96vw); height: 92vh; max-height: 92vh; }
.layout-editor-body { flex: 1; min-height: 0; flex-direction: column !important; padding: 0 !important; gap: 0; overflow: hidden; }
.layout-canvas-area { flex: 1; min-height: 0; display: grid; grid-template-columns: 24px 1fr; grid-template-rows: 24px 1fr; }
.layout-ruler-corner { background: var(--surface); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }