From af25709e30864cdfd26901759dafda703b884e64 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Tue, 19 Mar 2024 03:52:44 +0000 Subject: [PATCH] css: Wrap more selectors under `.default-sidebar-behaviour`. --- web/styles/zulip.css | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/web/styles/zulip.css b/web/styles/zulip.css index 84969adcd2..76a13afaef 100644 --- a/web/styles/zulip.css +++ b/web/styles/zulip.css @@ -2486,28 +2486,28 @@ select.invite-as { margin-left: 0; margin-right: 0; } - } - #streamlist-toggle { - display: block; - } - - .top-navbar-container { - margin-left: 40px; - } - - .typeahead.dropdown-menu .typeahead-menu li { - width: 100%; - - & a { - white-space: normal; + #streamlist-toggle { + display: block; } - } - #feedback_container { - width: calc(90% - 30px); - left: 5%; - top: 5%; + .top-navbar-container { + margin-left: 40px; + } + + .typeahead.dropdown-menu .typeahead-menu li { + width: 100%; + + & a { + white-space: normal; + } + } + + #feedback_container { + width: calc(90% - 30px); + left: 5%; + top: 5%; + } } }