mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-07 19:38:09 +08:00
style: fix icon spacing
This commit is contained in:
parent
ff80d6eea8
commit
7c8c37a989
1 changed files with 4 additions and 0 deletions
|
|
@ -51,6 +51,10 @@
|
|||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
color: var(--error-color);
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
gap: 1rem;
|
||||
align-items: baseline;
|
||||
.message {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue