diff --git a/less/header.less b/less/header.less index f86def5..22bcf99 100644 --- a/less/header.less +++ b/less/header.less @@ -4,6 +4,18 @@ display: none !important; //temp } + .navbar-toggle { + .notification-icon { + position: absolute; + left: -13px; + top: 14px; + + &:before { + display: none; + } + } + } + #user_dropdown { padding: 10px 15px; diff --git a/templates/partials/menu.tpl b/templates/partials/menu.tpl index 7b06b58..8bae563 100644 --- a/templates/partials/menu.tpl +++ b/templates/partials/menu.tpl @@ -1,5 +1,6 @@