From c8739d588dc29110bdaece974262f08cab6e433f Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Fri, 25 Oct 2024 12:54:15 +0200 Subject: [PATCH] update styling --- src/components/header/header.module.css | 4 ++++ src/components/header/header.tsx | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/header/header.module.css b/src/components/header/header.module.css index 4a887278..6a328f89 100644 --- a/src/components/header/header.module.css +++ b/src/components/header/header.module.css @@ -51,6 +51,10 @@ .reducedHeight { padding-bottom: 0; } + + .reduceSubmitPageHeight { + margin-bottom: -15px; + } } .increasedHeight { diff --git a/src/components/header/header.tsx b/src/components/header/header.tsx index 0326ba10..1bde6f7d 100644 --- a/src/components/header/header.tsx +++ b/src/components/header/header.tsx @@ -371,7 +371,11 @@ const Header = () => { return (
-
+
{(logoIsAvatar || (!isInSubplebbitView && !isInProfileView && !isInAuthorView)) && (