css: Use SCSS nesting for '.pm-box'.

This commit is contained in:
shubhamgupta2956 2020-03-20 07:23:55 +05:30 committed by Tim Abbott
parent fc8e6d6370
commit ff17279edb
1 changed files with 9 additions and 9 deletions

View File

@ -474,16 +474,16 @@ li.expanded_private_message {
.pm-box {
margin-right: 20px;
align-items: center;
}
.pm-box .user_circle {
min-width: 8px;
height: 8px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
position: relative;
top: 0px;
.user_circle {
min-width: 8px;
height: 8px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 2px;
position: relative;
top: 0px;
}
}
.zero-pm-unreads .pm-box,