From: Hypolite Petovan Date: Sun, 9 Feb 2020 06:37:20 +0000 (-0500) Subject: [frio] Remove unwanted navbar-nav behavior for top nav bar on mobile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6c152a320456162a3a7e7698345acb40b17d1dee;p=friendica.git [frio] Remove unwanted navbar-nav behavior for top nav bar on mobile - Rename overly generic notification menu button id --- diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 12a961108d..5bbc217090 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -417,7 +417,11 @@ header #banner #logo-img, } } @media (max-width: 991px) { - .topbar ul.nav>li>a { padding-left: 10px; padding-right: 10px; }; + .topbar ul.nav > li > a, + .topbar ul.nav > li > button + { + padding: 15px 10px; + } } .topbar .dropdown-footer { margin: 10px @@ -862,9 +866,6 @@ nav.navbar a, nav.navbar .btn-link { } /* Dropdown Menus */ -#dropdownMenu1 { - padding: 15px 15px; -} .nav > li > .btn-link { position: relative; display: block; diff --git a/view/theme/frio/templates/nav.tpl b/view/theme/frio/templates/nav.tpl index cc661b3d50..ad9f930663 100644 --- a/view/theme/frio/templates/nav.tpl +++ b/view/theme/frio/templates/nav.tpl @@ -37,7 +37,7 @@ {{* Left section of the NavBar with navigation shortcuts/icons *}} -