diff --git a/public/css/style.css b/public/css/style.css index 2a13a8c..3724276 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -88,6 +88,10 @@ header { } .modal-wide { width: min(720px, 96vw); } +.modal-layout-editor { width: min(980px, 96vw); } +.layout-editor-body { flex-direction: row !important; padding: 0 !important; gap: 0; overflow: hidden; min-height: 340px; } +#layout-canvas-container { flex: 1; min-width: 0; padding: 12px; overflow: hidden; background: var(--bg); } +#layout-sidebar { width: 200px; flex-shrink: 0; padding: 12px; border-left: 1px solid var(--border); display: flex; flex-direction: column; gap: 10px; overflow-y: auto; background: var(--surface); } .qbo-tabs { display: flex; diff --git a/public/index.html b/public/index.html index 803f950..f19f0ed 100644 --- a/public/index.html +++ b/public/index.html @@ -85,6 +85,7 @@ ezcheck +