From 2bf4416aecb0adccdd2b5fc7ff95a0ab3ed44913 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 2 Mar 2018 10:56:55 +0200 Subject: [PATCH] Bring back line-height on messages Was removed in c051b705375c838d189d3dec7aa74c80794bb356, but this affected line height on mobile view due to increased font size --- client/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index 25f0a381..f8638a8e 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -887,6 +887,7 @@ kbd { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + font-size: 14px; } #windows .window .header { @@ -972,10 +973,10 @@ kbd { } #windows #form .input, -#windows .header .topic, .messages .msg, .sidebar { font-size: 14px; + line-height: 1.4; } #windows #chat .header {