mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
Included keymap fix for the split matrix layout
This commit is contained in:
parent
f11520855f
commit
bd471d1bc9
1 changed files with 12 additions and 11 deletions
|
@ -3078,17 +3078,18 @@ key {
|
|||
grid-template-columns: 6fr 2fr 1fr 2fr 6fr;
|
||||
}
|
||||
|
||||
#KeyLeftBracket {
|
||||
opacity: 0;
|
||||
}
|
||||
#KeyRightBracket {
|
||||
opacity: 0;
|
||||
}
|
||||
#KeyQuote {
|
||||
opacity: 0;
|
||||
}
|
||||
#KeySpace2 {
|
||||
opacity: 1;
|
||||
.row {
|
||||
:nth-child(0) {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
:nth-child(13) {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
:nth-child(14) {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue