From bce2eb1918b77ddbbfc09cf448d5629ac35c9780 Mon Sep 17 00:00:00 2001 From: Extarys Date: Wed, 20 Jan 2021 08:57:13 -0500 Subject: [PATCH] fix: navbar css --- view/theme/frio/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 2e47761115..f73b1888c1 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -417,9 +417,17 @@ nav.navbar { z-index: 1030; color: $nav_icon_color; } +@media screen and (max-width: 767px) { + #topbar-first, + nav.navbar { + padding: 0 2px; + } +} + #topbar-first .navbar-toggle { margin-top: 5px; margin-bottom: 0; + margin-right: 0; } #topbar-first .nav > li > a, #topbar-first .nav > li > button,