From 5c0fd633dbfa76f52aae2b00905333c73142b8b2 Mon Sep 17 00:00:00 2001 From: xomf Date: Wed, 3 Sep 2025 17:54:39 +0000 Subject: [PATCH] =?UTF-8?q?=E1=8A=A0=E1=8D=88=E1=89=85=E1=88=AD=E1=88=83?= =?UTF-8?q?=E1=88=88=E1=88=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- res/css/global.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/res/css/global.css b/res/css/global.css index c8786f7..484d70b 100644 --- a/res/css/global.css +++ b/res/css/global.css @@ -48,11 +48,11 @@ body { position: relative; display: flex; align-items: center; + justify-content: right; height: 3rem; - float: right; - padding-top: 6rem; } + #topnav_profile span { font-size: 21px; } @@ -65,14 +65,16 @@ body { object-fit: fill; } -#topnav_profile_dropdown { +#topnav_profile_wrapper { + position: relative; +} - margin-top: 6.5rem; - z-index: 1; - right: 0; - /* display: none; */ - position: apsolute; - +#topnav_profile_dropdown { + position: absolute; + margin-top: 0.5rem; + display: flex; + right: 0px; + flex-direction: column; } .topnav_profile_button {