Minimal android compatibility

Note that Samsung devices can't handle (hover: none) media query
This commit is contained in:
Maxim Devaev
2022-10-07 02:36:46 +03:00
parent 684b0185f7
commit e1c4a5163d
14 changed files with 27 additions and 23 deletions

View File

@@ -20,7 +20,7 @@
*****************************************************************************/
@media only screen and (hover: none) and (pointer: coarse) {
@media only screen and (pointer: coarse) {
div#keyboard-window {
visibility: visible !important;
padding-top: 9px !important;
@@ -47,7 +47,7 @@ div#keyboard-desktop {
div#keyboard-mobile {
display: none;
}
@media only screen and (hover: none) and (pointer: coarse) {
@media only screen and (pointer: coarse) {
div#keyboard-desktop {
display: none !important;
}