Merge pull request #2622 from thelounge/astorije/fix-highlight-mobile

Fix incorrect left padding for highlights on mobile
This commit is contained in:
Jérémie Astori 2018-07-08 15:03:10 -04:00 committed by GitHub
commit 7f94a47a50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2458,6 +2458,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;
}