diff --git a/screenshot.png b/screenshot.png index 75e856f..a836956 100644 Binary files a/screenshot.png and b/screenshot.png differ diff --git a/theme.css b/theme.css index 0319341..4076b80 100644 --- a/theme.css +++ b/theme.css @@ -358,15 +358,4 @@ body { #chat .message .from .user::after { content: ">"; } - - /* expand self message background to edges of the screen */ - #chat .self .time { - margin-left: -10px; - padding-left: 10px; - } - - #chat .self { - margin: 0 -10px; - padding: 0 10px; - } }