From 90a3bff6385a26f19644989997028bc272445f0e Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Tue, 15 Sep 2015 12:54:49 +0930 Subject: [PATCH] Tweak notifications indicator appearance --- less/forum/NotificationsDropdown.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/less/forum/NotificationsDropdown.less b/less/forum/NotificationsDropdown.less index 0b61ea8dc..3b7d04e06 100644 --- a/less/forum/NotificationsDropdown.less +++ b/less/forum/NotificationsDropdown.less @@ -35,8 +35,10 @@ color: @header-bg; font-size: 11px; font-weight: bold; - padding: 2px 5px 3px; + padding: 2px 4px 3px; line-height: 1em; border-radius: 10px; border: 1px solid @header-bg; + min-width: 18px; + height: 18px; }