From ce07d8514a6a3face97e1ab99bf9cd6261e9769a Mon Sep 17 00:00:00 2001 From: majordwarf Date: Tue, 19 May 2020 16:53:40 +0530 Subject: [PATCH] css: Use SCSS nesting in zulip.scss for `.column-left.expanded`. --- static/styles/zulip.scss | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index 31c6d5e3df..3c08c24f51 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -2794,16 +2794,18 @@ select.inline_select_topic_edit { margin-top: 31px; } - .column-left.expanded .left-sidebar { - padding: 0px; - } + .column-left.expanded { + .left-sidebar { + padding: 0px; - .column-left.expanded .left-sidebar #streams_header { - padding-right: 10px; - } + #streams_header { + padding-right: 10px; + } + } - .column-left.expanded .narrows_panel { - margin-top: 10px; + .narrows_panel { + margin-top: 10px; + } } .search_closed .fa-search {