Added rtl option. Fixes #712

This commit is contained in:
Francisco Hodge
2020-10-16 00:09:09 -04:00
parent 11593c33b0
commit 58fad19e21
14 changed files with 222 additions and 15 deletions
+13
View File
@@ -0,0 +1,13 @@
input {
width: 100%;
height: 100px;
padding: 20px;
font-size: 20px;
border: none;
box-sizing: border-box;
direction: rtl;
}
.simple-keyboard {
max-width: 850px;
}