Included keymap fix for the split matrix layout

This commit is contained in:
David Martin 2020-10-24 17:42:05 -05:00 committed by GitHub
parent f11520855f
commit bd471d1bc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}
}