From: Sven Hoehn Date: Sat, 4 Nov 2017 10:36:51 +0000 (+0100) Subject: adjust touch target on mobile Feature page X-Git-Url: http://git.ipfire.org/?p=people%2Fshoehn%2Fipfire.org.git;a=commitdiff_plain;h=8b06a3f2e13169d44471c068dbf10869e0b8b685 adjust touch target on mobile Feature page --- diff --git a/static/css/style.css b/static/css/style.css index bb32825..9d491dd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -4780,8 +4780,13 @@ nav[role="dropdown"] label { font-size: 24px; content: "\f107"; position: absolute; - right: 20px; - top: 12px; } + top: 0; + right: 0; + z-index: 9999; + width: 100%; + height: 56px; + padding: 12px 12px 0; + text-align: right; } nav[role="dropdown"] input:checked ~ label:after { content: "\f106"; } nav[role="dropdown"] input:checked ~ ul {