From 078ba8b5fcbfd7426c26f6fd805e7d43ff66ebb7 Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Mon, 6 Jun 2016 12:22:34 +0100 Subject: [PATCH] Adjusted position of the notification icon --- resources/assets/styles/mobile.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/assets/styles/mobile.less b/resources/assets/styles/mobile.less index 5d2085f7..f3d69c4b 100644 --- a/resources/assets/styles/mobile.less +++ b/resources/assets/styles/mobile.less @@ -278,6 +278,7 @@ top: 0; right: 54px; margin-top: 13px; + margin-right: 10px; a, a:active, a:hover, a:focus { color: #fff; @@ -303,6 +304,7 @@ .notification-menu { top: 0; right: 54px; + margin-right: 13px; margin-top: 13px; }