From 5785af6738682fcdbc84f2ac62a0152f01a1509b Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 24 Aug 2017 15:21:07 +0300 Subject: [PATCH] Do not hide time from events in condensed block --- client/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 4536a174..16208f38 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -837,7 +837,7 @@ kbd { display: none; } -#chat .condensed .time { +#chat .condensed > .time { visibility: hidden; }