aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMiodec <[email protected]>2024-09-25 12:50:55 +0200
committerMiodec <[email protected]>2024-09-25 12:50:55 +0200
commit78ffb9ef9fbf09c01445a1b190fa7b9ddc801aa3 (patch)
tree72f0c146675ea99ff939dabd357889aca505b99e
parentd4c1ca2687eac34fb21e8634f21e9c6b2545d9ae (diff)
downloadmonkeytype-78ffb9ef9fbf09c01445a1b190fa7b9ddc801aa3.tar.gz
monkeytype-78ffb9ef9fbf09c01445a1b190fa7b9ddc801aa3.zip
fix: xp bar not reaching 100% on level up
-rw-r--r--frontend/src/styles/nav.scss2
1 files changed, 0 insertions, 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);