diff --git a/app/index.ejs b/app/index.ejs index 915b22ea1..495eeaff7 100644 --- a/app/index.ejs +++ b/app/index.ejs @@ -12,7 +12,7 @@ <%= snippets %> -
+
diff --git a/app/soapbox/containers/soapbox.tsx b/app/soapbox/containers/soapbox.tsx index ffc19ad21..e14ffb966 100644 --- a/app/soapbox/containers/soapbox.tsx +++ b/app/soapbox/containers/soapbox.tsx @@ -132,7 +132,7 @@ const SoapboxMount = () => { const waitlisted = account && !account.source.get('approved', true); - const bodyClass = classNames('bg-white dark:bg-slate-900 text-base', { + const bodyClass = classNames('bg-white dark:bg-slate-900 text-base h-full', { 'no-reduce-motion': !settings.get('reduceMotion'), 'underline-links': settings.get('underlineLinks'), 'dyslexic': settings.get('dyslexicFont'), @@ -162,7 +162,7 @@ const SoapboxMount = () => { return ( - + {themeCss && } diff --git a/app/soapbox/features/auth_layout/index.tsx b/app/soapbox/features/auth_layout/index.tsx index adc436f6c..d32038b8b 100644 --- a/app/soapbox/features/auth_layout/index.tsx +++ b/app/soapbox/features/auth_layout/index.tsx @@ -20,44 +20,45 @@ const AuthLayout = () => { const siteTitle = useAppSelector(state => state.instance.title); return ( -
+
-
-
- - {logo ? ( - {siteTitle} - ) : ( - - )} - -
+
+
+
+ + {logo ? ( + {siteTitle} + ) : ( + + )} + +
-
-
- - - - - - - - - +
+
+ + + + + + + + + - - - - - + + + + + +
-