From fa8504fffbdf0327aba1e2147663052ef257e688 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Fri, 17 Nov 2023 13:30:44 -0600 Subject: [PATCH] top_navbar: Space navbar title with padding only. --- web/styles/zulip.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index a00d8c1049..afe605251c 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -2286,8 +2286,7 @@ div.focused-message-list { .navbar_title { font-weight: 600; font-size: 16px; - margin: 0 -4px 0 0; - padding: 0 6px; + padding: 0 2px 0 6px; overflow: hidden; text-overflow: ellipsis; color: inherit;