mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
css: Use SCSS nesting in zulip.scss for .column-left.expanded.
This commit is contained in:
parent
e327c6f521
commit
ce07d8514a
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user