From 128288bd54796be61473027151238710e52e83f7 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 4 Oct 2022 23:17:01 +0300 Subject: improved tablet detection --- web/share/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/share/css/main.css') diff --git a/web/share/css/main.css b/web/share/css/main.css index e48fbc9b..8406890c 100644 --- a/web/share/css/main.css +++ b/web/share/css/main.css @@ -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], -- cgit v1.2.3