css: Use SCSS nesting in zulip.scss for .last_message.

This commit is contained in:
majordwarf 2020-05-17 07:56:30 +05:30 committed by Tim Abbott
parent 77d3df05ac
commit a562f208e5

View File

@ -1062,12 +1062,14 @@ td.pointer {
height: 100%;
}
.last_message .unread_marker {
bottom: 0;
}
.last_message {
.unread_marker {
bottom: 0;
}
.last_message .messagebox-content {
padding-bottom: 1px;
.messagebox-content {
padding-bottom: 1px;
}
}
.unread .unread_marker {