diff --git a/less/mobile.less b/less/mobile.less index aa3d430..c7b7621 100644 --- a/less/mobile.less +++ b/less/mobile.less @@ -73,6 +73,20 @@ } } } + + .notification-icon { + &:after { + left: 5px; + top: -1px; + padding: 3px 7px; + background: #333; + border: 1px solid #222; + } + + &:before { + display: none; + } + } } .menu-header-title { diff --git a/templates/header.tpl b/templates/header.tpl index e3d22d2..31c777e 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -56,7 +56,10 @@