Fix highlights when seconds are shown in timestamps

This commit is contained in:
Jérémie Astori 2018-06-23 14:58:17 -04:00
parent 1d6c6dd52b
commit 7e8610bbac
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

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