mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
keeping all mode selectors in the same place
This commit is contained in:
parent
6851794854
commit
6030b4d491
1 changed files with 2 additions and 1 deletions
|
@ -1321,7 +1321,8 @@ a:hover {
|
|||
grid-area: config;
|
||||
justify-self: right;
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
// grid-auto-flow: row;
|
||||
grid-template-rows: 1fr 1fr 1fr;
|
||||
grid-gap: 0.2rem;
|
||||
// width: min-content;
|
||||
// width: -moz-min-content;
|
||||
|
|
Loading…
Reference in a new issue