Expand .self background on mobile just like highlights

This commit is contained in:
Pavel Djundik 2018-06-15 11:27:52 +03:00
parent 72f756417c
commit 59ec056961
1 changed files with 2 additions and 0 deletions

View File

@ -350,11 +350,13 @@ body {
} }
/* expand highlight background to edges of the screen */ /* expand highlight background to edges of the screen */
#chat .self .time,
#chat .channel .highlight .time { #chat .channel .highlight .time {
margin-left: -10px; margin-left: -10px;
padding-left: 10px; padding-left: 10px;
} }
#chat .self,
#chat .channel .highlight { #chat .channel .highlight {
margin: 0 -10px; margin: 0 -10px;
padding: 0 10px; padding: 0 10px;