]> git.mxchange.org Git - friendica.git/commitdiff
workaround for topbar-second dropdown menu on mobile
authorrabuzarus <>
Sun, 3 Apr 2016 12:51:02 +0000 (14:51 +0200)
committerrabuzarus <>
Sun, 3 Apr 2016 12:51:02 +0000 (14:51 +0200)
css/style.css

index 6d5366a45b74ac433900cd7ec6c1b112579dc24c..617d5353706e7a7f1eadd9b219aa6e7d805ae857 100644 (file)
@@ -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;