From 6fccb2bc1c7dba28bcf0821bbdee8bc04e64001b Mon Sep 17 00:00:00 2001 From: pichalite Date: Thu, 23 Jun 2016 10:54:18 -0700 Subject: [PATCH] fix positioning for unread count in slide out menu (#295) --- less/header.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/header.less b/less/header.less index 107d53e..841b28d 100644 --- a/less/header.less +++ b/less/header.less @@ -308,7 +308,7 @@ font-family: @font-family-sans-serif; } -#mobile-menu [component="notifications/icon"].unread-count:after { +#mobile-menu [component="notifications/icon"].unread-count:after, .slideout-menu .unread-count:after { position: relative; left: -6px; top: -7px; @@ -367,4 +367,4 @@ body.skin-default .header { } } } -} \ No newline at end of file +}