]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
adjust touch target on mobile Feature page
authorSven Hoehn <shoehn@ipfire.org>
Sat, 4 Nov 2017 10:36:51 +0000 (11:36 +0100)
committerSven Hoehn <shoehn@ipfire.org>
Sat, 4 Nov 2017 10:36:51 +0000 (11:36 +0100)
static/css/style.css

index bb32825af4591bef5d6667f6346b168db74156dc..9d491dd64992fde434e93538c7cb625a76952689 100644 (file)
@@ -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 {