css: Use SCSS nesting in zulip.scss for .column-left.expanded.

This commit is contained in:
majordwarf 2020-05-19 16:53:40 +05:30 committed by Tim Abbott
parent e327c6f521
commit ce07d8514a

View File

@ -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 {