summaryrefslogtreecommitdiff
path: root/web/share/css/tabs.css
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-10-04 23:17:01 +0300
committerMaxim Devaev <[email protected]>2022-10-04 23:17:01 +0300
commit128288bd54796be61473027151238710e52e83f7 (patch)
tree3fb3696dfe2dc9793b5f83cfe428cb5a9d77b672 /web/share/css/tabs.css
parent056d8d037b379fcf96a169a9365ae9fd0f0c7625 (diff)
improved tablet detection
Diffstat (limited to 'web/share/css/tabs.css')
-rw-r--r--web/share/css/tabs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/tabs.css b/web/share/css/tabs.css
index a5dda598..d084427d 100644
--- a/web/share/css/tabs.css
+++ b/web/share/css/tabs.css
@@ -53,7 +53,7 @@ div.tabs-box label {
position: relative;
top: 1px;
}
-@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) {
div.tabs-box label {
height: 30px !important;
}