mirror of https://github.com/zulip/zulip.git
css: Fix unread indicator being partially displayed on date_row.
Add a border to the left of date row to override the unread indicator.
This commit is contained in:
parent
c578a38423
commit
ddc1406090
|
@ -3028,6 +3028,8 @@ select.invite-as {
|
|||
.message_row.unread {
|
||||
.date_row {
|
||||
position: relative;
|
||||
border-left: 1px solid var(--color-message-list-border);
|
||||
left: -1px;
|
||||
/* Needs to be lower than the z-index of message_header. */
|
||||
z-index: 3;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue