From 78ffb9ef9fbf09c01445a1b190fa7b9ddc801aa3 Mon Sep 17 00:00:00 2001 From: Miodec Date: Wed, 25 Sep 2024 12:50:55 +0200 Subject: fix: xp bar not reaching 100% on level up --- frontend/src/styles/nav.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/styles/nav.scss b/frontend/src/styles/nav.scss index 381020c9a..926cbfe59 100644 --- a/frontend/src/styles/nav.scss +++ b/frontend/src/styles/nav.scss @@ -85,7 +85,6 @@ nav { right: 0; background: var(--sub-alt-color); border-radius: var(--roundness); - display: grid; grid-template-columns: auto 2.5em; .bar { left: 0; @@ -110,7 +109,6 @@ nav { //justify-items: center; // width: 32ch; justify-self: end; - margin-top: 0.3em; padding: 0.5em; border-radius: var(--roundness); -- cgit v1.2.3