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