From b18909f1aff809a6c25f44ea70eaee7ff0fd689c Mon Sep 17 00:00:00 2001
From: Toby Zerner <toby.zerner@gmail.com>
Date: Fri, 4 Sep 2015 13:50:33 +0930
Subject: [PATCH] Fix notifications dropdown appearance on mobile

---
 less/forum/NotificationsDropdown.less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/less/forum/NotificationsDropdown.less b/less/forum/NotificationsDropdown.less
index 84384b585..0b61ea8dc 100644
--- a/less/forum/NotificationsDropdown.less
+++ b/less/forum/NotificationsDropdown.less
@@ -10,7 +10,7 @@
     }
   }
   & .Dropdown-toggle .Button-label {
-    margin-left: 10px;
+    margin-left: 7px;
   }
 }
 @media @tablet-up {
@@ -30,7 +30,7 @@
 .NotificationsDropdown-unread {
   position: absolute;
   top: 1px;
-  right: 1px;
+  left: 17px;
   background: @header-color;
   color: @header-bg;
   font-size: 11px;