mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
css: Use SCSS nesting for "#left-sidebar".
This commit is contained in:
parent
ad3e7eebe3
commit
3f76c963b2
@ -8,13 +8,15 @@ $left_col_size: 19px;
|
||||
the above (and another 5px of padding not measured here) */
|
||||
$topic_indent: calc($far_left_gutter_size + $left_col_size + 4px);
|
||||
|
||||
#left-sidebar #group-pm-list {
|
||||
display: none;
|
||||
}
|
||||
#left-sidebar {
|
||||
#group-pm-list {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#left-sidebar #user-list,
|
||||
#left-sidebar #group-pm-list {
|
||||
padding-left: 10px;
|
||||
#user-list,
|
||||
#group-pm-list {
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.hashtag {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user