From d9cc335351e3cccc99e5604e089f2f9b3a965b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 16 Dec 2017 16:11:10 -0500 Subject: [PATCH] Add missing time (and icon) of status messages on mobile --- client/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 510cd6d3..c77cff2a 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -2256,8 +2256,8 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ padding: 0; } - #chat .condensed .time, - #chat .condensed .from { + #chat .condensed-summary .time, + #chat .condensed-summary .from { display: none; }