fix: increase layout editor modal specificity to override base .modal width
This commit is contained in:
@@ -88,7 +88,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.modal-wide { width: min(720px, 96vw); }
|
.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-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-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); }
|
.layout-ruler-corner { background: var(--surface); border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
|
||||||
|
|||||||
Reference in New Issue
Block a user