diff --git a/less/forum/NotificationsDropdown.less b/less/forum/NotificationsDropdown.less index a36c635ee..8d1307a12 100644 --- a/less/forum/NotificationsDropdown.less +++ b/less/forum/NotificationsDropdown.less @@ -29,8 +29,8 @@ .NotificationsDropdown-unread { position: absolute; - top: 1px; - left: 17px; + top: 2px; + left: 18px; background: @header-control-color; color: @header-bg; font-size: 11px; @@ -38,9 +38,9 @@ padding: 2px 4px 3px; line-height: 1em; border-radius: 10px; - border: 1px solid @header-bg; - min-width: 18px; - height: 18px; + .box-shadow(0 0 0 1px @header-bg); + min-width: 16px; + height: 16px; text-align: center; @media @phone {