mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-16 18:46:26 +08:00
fix: xp bar not reaching 100% on level up
This commit is contained in:
parent
d4c1ca2687
commit
78ffb9ef9f
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue