improved tablet detection

This commit is contained in:
Maxim Devaev
2022-10-04 23:17:01 +03:00
parent 056d8d037b
commit 128288bd54
10 changed files with 12 additions and 16 deletions

View File

@@ -214,7 +214,7 @@ input[type=text], input[type=password] {
height: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) {
button,
select,
input[type=text],