mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 14:19:40 +08:00
moved xp gain to the left
This commit is contained in:
parent
d450129234
commit
3c468ece12
1 changed files with 3 additions and 3 deletions
|
|
@ -68,9 +68,9 @@
|
|||
}
|
||||
.xpGain {
|
||||
position: absolute;
|
||||
left: 100%;
|
||||
margin-left: 0.5rem;
|
||||
top: 0;
|
||||
right: 100%;
|
||||
margin-right: 0.5rem;
|
||||
top: 0.2rem;
|
||||
transform: translateY(-50%);
|
||||
font-size: 0.75rem;
|
||||
color: var(--main-color);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue