From 55a28643431d392560ef09b59f2c1571544d0727 Mon Sep 17 00:00:00 2001 From: Sven Hoehn Date: Sat, 4 Nov 2017 11:36:51 +0100 Subject: [PATCH] adjust touch target on mobile Feature page --- static/css/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index bb32825a..9d491dd6 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 { -- 2.47.3