From 3b8be7f888e0fd908d186f5633f762a22e567a94 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 3 Jun 2016 23:10:32 +0300 Subject: [PATCH] Do not hide timestamps on small viewports --- client/css/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 01726843..3c28f627 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1692,17 +1692,13 @@ button, height: auto; } + #chat .time, #chat .from, #chat .text { - background: none; border: 0; display: inline; padding: 0; } - - #chat .time { - display: none; - } } ::-webkit-scrollbar {