diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 9d0abebf5..c8dac21d4 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -66,6 +66,12 @@ display: flex; flex-direction: column; } +.window-content-collapse { + width: var(--window-content-width-collapse); + height: 100%; + display: flex; + flex-direction: column; +} .mobile { display: none; diff --git a/app/components/home.tsx b/app/components/home.tsx index 7ada86a12..7fc0a8099 100644 --- a/app/components/home.tsx +++ b/app/components/home.tsx @@ -779,7 +779,13 @@ export function Home() { -