Always show the corner buttons

This commit is contained in:
Anders Christiansen Sørby 2021-02-23 23:13:47 +01:00
parent 8139cf0734
commit 919df01275
No known key found for this signature in database
GPG key ID: 1486C914F8AB79AA
2 changed files with 44 additions and 39 deletions

View file

@ -103,6 +103,7 @@ button:focus {
bottom: 0;
border-bottom: none;
border-left: none;
position: absolute;
}
#keyboardbutton {
@ -110,6 +111,7 @@ button:focus {
bottom: 0;
border-right: none;
border-bottom: none;
position: absolute;
}
#keysbutton {
@ -117,6 +119,7 @@ button:focus {
top: 0;
border-top: none;
border-left: none;
position: absolute;
}
textarea {