mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
css: Use SCSS nesting in zulip.scss for .last_message.
This commit is contained in:
parent
77d3df05ac
commit
a562f208e5
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user