diff options
Diffstat (limited to 'web/share/css/radio.css')
-rw-r--r-- | web/share/css/radio.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/css/radio.css b/web/share/css/radio.css index 71bd6076..eb1ea0e0 100644 --- a/web/share/css/radio.css +++ b/web/share/css/radio.css @@ -45,7 +45,7 @@ div.radio-box label:not(:last-of-type) { margin-right: 1px; box-shadow: 1px 0 0 0 var(--cs-control-pressed-bg); } -@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) { +@media only screen and (pointer: coarse) and (orientation: portrait) { div.radio-box input[type=radio] + label { height: 30px !important; } |