From fe2d6c07fb2a8e8e324a6eb61eac11d1a71dc62d Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Thu, 14 Sep 2023 08:19:44 +0000 Subject: [PATCH] recent_view: Reduce width of unread header. --- web/styles/recent_view.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/styles/recent_view.css b/web/styles/recent_view.css index 02d36d2b92..4d98e4e11c 100644 --- a/web/styles/recent_view.css +++ b/web/styles/recent_view.css @@ -105,6 +105,8 @@ } .unread_sort { + padding-left: 6px; + .zulip-icon-unread { position: absolute; right: 30px;