mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
fix: account icon alignment when not using an avatar
This commit is contained in:
parent
9e93af465f
commit
8d1eefc5ba
1 changed files with 5 additions and 0 deletions
|
|
@ -375,6 +375,11 @@ key {
|
|||
}
|
||||
}
|
||||
|
||||
.userIcon {
|
||||
display: grid;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.loading {
|
||||
font-size: 0.8em;
|
||||
line-height: 0.8em;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue