From 76e3acbcb3acc009c4f11256e382516567802d78 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Thu, 9 Jul 2015 19:18:46 +0800 Subject: [PATCH] UX: Shift notification badge down on mobile. --- app/assets/stylesheets/mobile/header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index bfabc7089..ad2cfcb96 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -19,6 +19,7 @@ .icons { .badge-notification { + top: -5px; color: $secondary; }