From 59ec056961dd9d8da8f1d4f3bd17c3797b4a23e8 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 15 Jun 2018 11:27:52 +0300 Subject: [PATCH] Expand .self background on mobile just like highlights --- theme.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme.css b/theme.css index 9efc0cb..d79d5b7 100644 --- a/theme.css +++ b/theme.css @@ -350,11 +350,13 @@ body { } /* expand highlight background to edges of the screen */ + #chat .self .time, #chat .channel .highlight .time { margin-left: -10px; padding-left: 10px; } + #chat .self, #chat .channel .highlight { margin: 0 -10px; padding: 0 10px;