From 6abc3e87f4e52a304f3a92fe3ab9e2f00537af6b Mon Sep 17 00:00:00 2001 From: AlexBocken Date: Fri, 21 Jul 2023 12:43:30 +0200 Subject: [PATCH] show username --- src/lib/components/UserHeader.svelte | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lib/components/UserHeader.svelte b/src/lib/components/UserHeader.svelte index 25d2617..62cac03 100644 --- a/src/lib/components/UserHeader.svelte +++ b/src/lib/components/UserHeader.svelte @@ -40,7 +40,7 @@ border-top: 0; /* (C1-2) POSITION AT TOP */ - top: -10px; left:87%; + top: -10px; left:84.5%; margin-left: -20px; } @@ -90,6 +90,9 @@ color: var(--red); } /* (B2) BOTTOM "CALLOUT TAIL" */ +h2{ + margin-block: 0; +} @media screen and (max-width: 800px){ #options{ top: unset; @@ -116,8 +119,10 @@ {#if username}