From c3488bfe765cc13f51f5e20fad5ffbf2d200249f Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 19 Mar 2024 08:18:19 +0000 Subject: [PATCH] css: Merge common media queries. --- web/styles/right_sidebar.css | 6 ------ web/styles/zulip.css | 4 ++++ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/web/styles/right_sidebar.css b/web/styles/right_sidebar.css index 1b99d75451..cc4d01906e 100644 --- a/web/styles/right_sidebar.css +++ b/web/styles/right_sidebar.css @@ -341,12 +341,6 @@ $user_status_emoji_width: 24px; margin-top: 5px; } -@media (width < $xl_min) { - #userlist-toggle { - display: block; - } -} - #user_search_section { white-space: nowrap; margin-bottom: 10px; diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 99460f9fb4..b2390e7f55 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -2461,6 +2461,10 @@ select.invite-as { #compose-content { margin-right: 7px; } + + #userlist-toggle { + display: block; + } } }