From 45293a18c6cd8fb1c1c1b2f028b509eb3639587b Mon Sep 17 00:00:00 2001 From: Cynthia Lin Date: Sun, 8 Apr 2018 20:56:37 -0700 Subject: [PATCH] right-sidebar: Align group PM unread counts with user PM unread counts. --- static/styles/right-sidebar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/right-sidebar.css b/static/styles/right-sidebar.css index fd2b0e2009..5701ff7824 100644 --- a/static/styles/right-sidebar.css +++ b/static/styles/right-sidebar.css @@ -140,10 +140,10 @@ position: relative; top: 3px; border-radius: 4px; + margin-right: 15px; } .user_sidebar_entry .count { - margin-right: 15px; margin-left: 2px; display: none; }