diff --git a/frontend/src/components/library/ShareTreeModal.tsx b/frontend/src/components/library/ShareTreeModal.tsx index cc97b08f..cdff5e45 100644 --- a/frontend/src/components/library/ShareTreeModal.tsx +++ b/frontend/src/components/library/ShareTreeModal.tsx @@ -112,7 +112,7 @@ export function ShareTreeModal({ tree, isOpen, onClose }: ShareTreeModalProps) { if (!isOpen) return null return ( -
+
{/* Backdrop */}
{/* Modal */} -
+
{/* Header */}

Share Tree

diff --git a/frontend/src/components/procedural/IntakeFormModal.tsx b/frontend/src/components/procedural/IntakeFormModal.tsx index 99260669..0b61bd49 100644 --- a/frontend/src/components/procedural/IntakeFormModal.tsx +++ b/frontend/src/components/procedural/IntakeFormModal.tsx @@ -212,8 +212,8 @@ export function IntakeFormModal({ isOpen, fields, treeName, onSubmit, onCancel } } return ( -
-
+
+
{/* Header */}

Project Information

@@ -224,7 +224,7 @@ export function IntakeFormModal({ isOpen, fields, treeName, onSubmit, onCancel } {/* Form */}
-
+
{Array.from(groups.entries()).map(([groupName, groupFields]) => (
{groupName && ( diff --git a/frontend/src/components/procedural/PrepareSessionModal.tsx b/frontend/src/components/procedural/PrepareSessionModal.tsx index a679b445..32518758 100644 --- a/frontend/src/components/procedural/PrepareSessionModal.tsx +++ b/frontend/src/components/procedural/PrepareSessionModal.tsx @@ -88,9 +88,9 @@ export function PrepareSessionModal({ } return ( -
+
-
+
{/* Header */}
@@ -106,7 +106,7 @@ export function PrepareSessionModal({
{/* Body */} -
+
{/* Flow name */}

Flow

diff --git a/frontend/src/styles/landing.css b/frontend/src/styles/landing.css index 1ec7ef5e..1d95cb5c 100644 --- a/frontend/src/styles/landing.css +++ b/frontend/src/styles/landing.css @@ -1513,6 +1513,18 @@ display: none; } + .landing-preview-url-bar { + display: none; + } + + .landing-preview-window-controls { + display: none; + } + + .landing-preview-titlebar { + justify-content: center; + } + .landing-tree-branch { gap: 1rem; }