Add back button to keys scene and allow fullscreen

Closes #29
This commit is contained in:
Unrud 2022-01-28 00:13:34 +01:00
parent facaacb3fb
commit c85275f263
7 changed files with 202 additions and 11 deletions

View file

@ -180,6 +180,13 @@ textarea {
border-right: none;
}
#keys .backbutton {
left: 0;
top: 0;
border-top: none;
border-left: none;
}
#keys .buttons {
display: flex;
justify-content: center;