Merge pull request #2622 from thelounge/astorije/fix-highlight-mobile
Fix incorrect left padding for highlights on mobile
This commit is contained in:
commit
7f94a47a50
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user