From 6088fb9ff3e470cab83982e431fa4347f1490cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ing=2E=20Jan=20Kal=C3=A1b?= Date: Thu, 28 Jul 2016 11:17:14 +0200 Subject: [PATCH] Make the whole menu row clickable on small screens Not sure if this doesn't break some themes, but it makes the menu more usable with default one. --- assets/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/app.css b/assets/css/app.css index ffd7861..7fe922c 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -810,6 +810,7 @@ iframe { .menu-more a { text-decoration: none; color: #333; + display: block; } #help-layer {