From 2c2dae9e006230bfbc7d07fe9521c67a1b8d6d40 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 13 Jan 2023 00:28:05 -0800 Subject: [PATCH] Make the footer have a consistant height --- web/components/ui/Content/Content.tsx | 2 +- web/components/ui/Footer/Footer.module.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index 3836fabbe..6c458ba13 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -103,7 +103,7 @@ const DesktopContent = ({ }) => { const aboutTabContent = ; const followersTabContent = ( -
+
setShowFollowModal(true)} />
); diff --git a/web/components/ui/Footer/Footer.module.scss b/web/components/ui/Footer/Footer.module.scss index 0eb0891d5..68f9633b7 100644 --- a/web/components/ui/Footer/Footer.module.scss +++ b/web/components/ui/Footer/Footer.module.scss @@ -9,6 +9,7 @@ flex-direction: row; background-color: var(--theme-color-background-header); width: 100%; + min-height: 30px; color: var(--theme-color-components-text-on-dark); font-family: var(--theme-text-body-font-family);