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

@@ -74,7 +74,7 @@ div.modal div.modal-window div.modal-buttons button {
border-radius: 0;
height: 40px;
}
@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) {
@media only screen and (pointer: coarse) and (orientation: portrait) {
div.modal-buttons button {
height: 50px !important;
}