diff options
Diffstat (limited to 'web/share/css/tabs.css')
-rw-r--r-- | web/share/css/tabs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/tabs.css b/web/share/css/tabs.css index d084427d..f872d508 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 (hover: none) and (pointer: coarse) and (orientation: portrait) { +@media only screen and (pointer: coarse) and (orientation: portrait) { div.tabs-box label { height: 30px !important; } |