From 4409663e698ac6873929f9cf11edbe4045e51ea2 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Wed, 25 Oct 2023 13:43:44 -0400 Subject: [PATCH] navbar: Handle streams-toggle alignment with dimensions, flexbox. --- web/styles/zulip.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 18b2332e78..5a4a4e0d98 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -2277,8 +2277,6 @@ div.focused-message-list { top: 0; left: 0; text-align: center; - vertical-align: middle; - /* border-right: 2px solid hsl(204, 20%, 74%); */ } .hide-streamlist-toggle-visibility, @@ -2289,12 +2287,11 @@ div.focused-message-list { #streamlist-toggle-button { text-decoration: none; color: hsl(0deg 0% 52%); - display: block; - position: relative; + display: flex; + align-items: center; + justify-content: center; width: 40px; - height: 19px; - padding-top: 12px; - padding-bottom: 9px; + height: 40px; } #streamlist-toggle-unreadcount { @@ -3189,8 +3186,6 @@ select.invite-as { #streamlist-toggle-button { height: var(--header-height); - padding-top: 0; - padding-bottom: 0; } .column-right #personal-menu .header-button-avatar {