From 54b6df719c187170687493b8b467d4cfe1ea78a3 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 4 Jun 2022 15:58:41 -0500 Subject: [PATCH] Layout: fix compose block spacing --- app/soapbox/components/ui/layout/layout.tsx | 2 +- app/soapbox/pages/home_page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/components/ui/layout/layout.tsx b/app/soapbox/components/ui/layout/layout.tsx index d01abbc1f..59e860406 100644 --- a/app/soapbox/components/ui/layout/layout.tsx +++ b/app/soapbox/components/ui/layout/layout.tsx @@ -30,7 +30,7 @@ const Sidebar: React.FC = ({ children }) => ( const Main: React.FC> = ({ children, className }) => (
{children} diff --git a/app/soapbox/pages/home_page.tsx b/app/soapbox/pages/home_page.tsx index c1e0b433e..20f13817d 100644 --- a/app/soapbox/pages/home_page.tsx +++ b/app/soapbox/pages/home_page.tsx @@ -36,7 +36,7 @@ const HomePage: React.FC = ({ children }) => { return ( <> - + {me && (