Fix highlights when seconds are shown in timestamps
This commit is contained in:
parent
1d6c6dd52b
commit
7e8610bbac
@ -1385,6 +1385,10 @@ background on hover (unless active) */
|
|||||||
color: #696969;
|
color: #696969;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#chat.show-seconds .channel .message.highlight .time {
|
||||||
|
width: 70px;
|
||||||
|
}
|
||||||
|
|
||||||
#chat .channel .message.highlight .content {
|
#chat .channel .message.highlight .content {
|
||||||
border-left: 1px solid var(--highlight-bg-color);
|
border-left: 1px solid var(--highlight-bg-color);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user