From 290d2a23085281e68fc3c21e9d1229f64bb84d38 Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Wed, 29 Jan 2020 17:00:01 +0100 Subject: [PATCH] Tweak positioning of inbox count on the user menu button --- app/assets/stylesheets/common.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 88b3e29f1..5fc4da8d8 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -226,12 +226,11 @@ nav.secondary { #inboxanchor { display: inline-block; - vertical-align: top; height: 25px; margin: 3px 0 3px 3px; background-color: lighten($grey, 10%); line-height: 20px; - border-radius: 2; + border-radius: 3; } .dropdown-menu { -- 2.45.1