fix: xp bar not reaching 100% on level up

This commit is contained in:
Miodec 2024-09-25 12:50:55 +02:00
parent d4c1ca2687
commit 78ffb9ef9f

View file

@ -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);