css: Use SCSS nesting for "#left-sidebar".

This commit is contained in:
shubhamgupta2956 2020-03-20 06:35:08 +05:30 committed by Tim Abbott
parent ad3e7eebe3
commit 3f76c963b2

View File

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