Added a second set of binds for small keyboards

Also changed the key lock key to L, as the "switch binds" key is now K
This commit is contained in:
Dan
2020-02-25 14:23:31 +00:00
parent a3a1d93b3b
commit 5580cc8745
6 changed files with 136 additions and 42 deletions

View File

@@ -958,7 +958,7 @@ button:focus { outline: none; }
padding: 0;
}
#keyLockLabel {
#keyLockLabel, #keyBindsLabel {
position: absolute;
left: 0;
right: 0;
@@ -967,12 +967,12 @@ button:focus { outline: none; }
text-align: center;
font-size: 30px;
color: rgb( 200, 200, 200 );
color: rgb(255, 255, 255);
text-shadow: 3px 2px 5px rgb( 0, 0, 0 );
z-index: 5;
}
#keyLockLabel span {
#keyLockLabel span, #keyBindsLabel span {
font-size: 30px;
}