diff --git a/app/web/templates/admin_welcome.html b/app/web/templates/admin_welcome.html index 347d382..4f57c1b 100644 --- a/app/web/templates/admin_welcome.html +++ b/app/web/templates/admin_welcome.html @@ -110,11 +110,24 @@ gap: 16px; margin-top: 0; } - .welcome-editor-col, .welcome-preview-col { + .welcome-pane { flex: 1 1 50%; min-width: 0; + display: flex; + flex-direction: column; + } + .welcome-pane-label { + color: var(--text-secondary, #6b7280); + margin: 0 0 8px; + font-size: 12px; + font-weight: 600; + text-transform: uppercase; + letter-spacing: 0.5px; + } + .welcome-editor-col, .welcome-preview-col { + flex: 1 1 auto; min-height: 480px; - height: calc(100vh - 320px); + height: calc(100vh - 360px); display: flex; flex-direction: column; } @@ -128,10 +141,6 @@ font-size: 14px; overflow: auto; } - .welcome-preview-col h4 { - color: var(--text-secondary, #6b7280); margin: 0 0 8px; font-size: 12px; - text-transform: uppercase; letter-spacing: 0.5px; - } .welcome-preview-error { background: rgba(234, 88, 12, 0.15); color: #fca5a5; @@ -253,13 +262,18 @@
-
- +
+

Editor

+
+ +
-
-

Live preview

-
(rendering…)
- +
+

Live preview

+
+
(rendering…)
+ +
diff --git a/app/web/templates/dashboard.html b/app/web/templates/dashboard.html index e073c56..a1b6e91 100644 --- a/app/web/templates/dashboard.html +++ b/app/web/templates/dashboard.html @@ -1227,7 +1227,6 @@ } .env-setup-row .env-meta { - margin-left: auto; display: inline-flex; align-items: center; gap: 12px;