mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-11 18:04:27 +08:00
removed test background
moved xp bar lower defining avatar width and height
This commit is contained in:
parent
b15408bee3
commit
bc25bed208
1 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,6 @@
|
|||
width: -moz-fit-content;
|
||||
|
||||
.textButton {
|
||||
background: var(--sub-alt-color);
|
||||
.text {
|
||||
font-size: 0.65em;
|
||||
line-height: 0rem;
|
||||
|
|
@ -35,6 +34,8 @@
|
|||
.avatar {
|
||||
grid-column: 1/2;
|
||||
grid-row: 1/2;
|
||||
width: 1.25em;
|
||||
height: 1.25em;
|
||||
}
|
||||
|
||||
.loading,
|
||||
|
|
@ -63,7 +64,7 @@
|
|||
pointer-events: none;
|
||||
position: absolute;
|
||||
height: 0.25em;
|
||||
bottom: -0.25em;
|
||||
bottom: -0.5em;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
background: var(--sub-alt-color);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue