Fix incorrect left padding for highlights on mobile
This commit is contained in:
parent
93fcd57b2d
commit
f58e171a69
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user