Fix incorrect left padding for highlights on mobile

This commit is contained in:
Jérémie Astori 2018-07-06 02:00:43 -04:00
parent 93fcd57b2d
commit f58e171a69
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -2463,6 +2463,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
padding: 0;
}
#chat .channel .message.highlight {
padding-left: 5px;
}
#chat .channel .message.highlight .time {
padding-left: 0;
}