Merge pull request #2585 from thelounge/astorije/highlight-show-seconds

Fix highlights when seconds are shown in timestamps
This commit is contained in:
Pavel Djundik 2018-06-24 00:16:38 +03:00 committed by GitHub
commit 5e438b7fab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}