From a5f0ea93d982a60819dd12fe68df7146876344fe Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sun, 3 Apr 2016 14:51:02 +0200 Subject: [PATCH] workaround for topbar-second dropdown menu on mobile --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 6d5366a45b..617d535370 100644 --- a/css/style.css +++ b/css/style.css @@ -1345,6 +1345,9 @@ ul.tabs li { height: 102%; transition: all .15s ease; } +ul.tabs.visible-xs > li.active { + min-width: 150px; /* This is a workaround to make the topbar-second dropdown better visible on mobile. We need something better here */ +} ul.tabs li a { margin-left: 10px; margin-right: 10px;