Expand .self background on mobile just like highlights
This commit is contained in:
parent
72f756417c
commit
59ec056961
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue