mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-28 17:56:09 +08:00
style: adjusted testConfig and modesNotice
This commit is contained in:
parent
70218ec8dc
commit
d2739e4f19
1 changed files with 2 additions and 1 deletions
|
|
@ -1007,6 +1007,7 @@
|
|||
grid-auto-flow: column;
|
||||
height: max-content;
|
||||
width: 100%;
|
||||
transition: opacity 0.125s;
|
||||
justify-content: space-around;
|
||||
margin-bottom: 1rem;
|
||||
.textButton {
|
||||
|
|
@ -1156,7 +1157,7 @@
|
|||
color: var(--sub-color);
|
||||
text-align: center;
|
||||
margin-bottom: 0.5rem;
|
||||
transition: 0.125s;
|
||||
transition: opacity 0.125s;
|
||||
justify-content: center;
|
||||
-webkit-user-select: none;
|
||||
user-select: none;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue