From 840c0c23b792c09fbabe9f14d90836d019fc772b Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 26 Sep 2024 10:41:03 +0200 Subject: [PATCH] fix: xp bar misalignment --- frontend/src/styles/nav.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 926cbfe59..4025ceaf3 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -109,6 +109,7 @@ nav { //justify-items: center; // width: 32ch; justify-self: end; + right: 0; padding: 0.5em; border-radius: var(--roundness);