From 6f27bfdba5dfc46271a3bbc32dca44344b00707f Mon Sep 17 00:00:00 2001 From: Janis Date: Mon, 31 Aug 2026 05:40:32 +0200 Subject: [PATCH] Add minor UX improvements --- src/styles/Topbar.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/Topbar.module.scss b/src/styles/Topbar.module.scss index e8cc7bf..08c837e 100644 --- a/src/styles/Topbar.module.scss +++ b/src/styles/Topbar.module.scss @@ -5,6 +5,7 @@ gap: 20px; top: 0px; position: sticky; + align-items: center; &Scroll { background-color: rgba(7, 7, 7, 0.7);