From 38482c2e4e3b1afe956ddb1f9e30bdb34d191ca6 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 23 Apr 2024 06:38:32 +0000 Subject: [PATCH] right_sidebar: Fix user list toggle button not spanning navbar height. We don't need to reduce height of user list toggle button on narrow widths. Reduced height is already applied to the user list toggle button when the window height is below a threshold. --- web/styles/right_sidebar.css | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/web/styles/right_sidebar.css b/web/styles/right_sidebar.css index 04ed083f2f..e68ee190de 100644 --- a/web/styles/right_sidebar.css +++ b/web/styles/right_sidebar.css @@ -361,19 +361,6 @@ $user_status_emoji_width: 24px; } } -@media (width < $sm_min) { - #userlist-toggle { - height: 30px; - line-height: 30px; - } - - #userlist-toggle-button { - height: 30px; - padding-top: 0; - padding-bottom: 0; - } -} - .right-sidebar-shortcuts .realm-description { display: flex; flex-direction: column;