Fix the keyboard buttons on iOS

main
kirbylife 2023-10-16 02:19:48 -06:00
parent ebdb1bb80e
commit 45642d46f1
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ body {
gap: 5px;
}
button {
padding-left: 0;
padding-right: 0;
direction: ltr;
}
main {
padding-left: 20px;
padding-right: 20px;