mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +00:00
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:
@@ -3028,6 +3028,8 @@ select.invite-as {
|
|||||||
.message_row.unread {
|
.message_row.unread {
|
||||||
.date_row {
|
.date_row {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
border-left: 1px solid var(--color-message-list-border);
|
||||||
|
left: -1px;
|
||||||
/* Needs to be lower than the z-index of message_header. */
|
/* Needs to be lower than the z-index of message_header. */
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user