From b02db5f1c66ef1d0070af1ed1468bb92620a9d6e Mon Sep 17 00:00:00 2001 From: Niko Bews Date: Tue, 9 May 2017 12:39:15 +0300 Subject: [PATCH] Bigger font size --- client/css/style.css | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index e517fe36..03a4e0ab 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -757,7 +757,7 @@ kbd { } #windows .header .title { - font-size: 14px; + font-size: 15px; } #windows .header .topic { @@ -804,7 +804,7 @@ kbd { #windows .header .topic, .messages .msg, .sidebar { - font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; + font: 13px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; line-height: 1.4; } @@ -1434,7 +1434,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ } #windows #form .input { - font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; + font: 13px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace; border: 1px solid #ddd; border-radius: 2px; margin: 0; @@ -1515,7 +1515,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ min-height: 18px; /* Required when computing input height at char deletion */ height: 18px; max-height: 90px; - line-height: 1.5; + line-height: 1.4; outline: none; margin: 5px; padding: 0; @@ -1961,6 +1961,14 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ } } +@media (min-width: 1610px) { + #windows .header .topic, + .messages .msg, + .sidebar { + font-size: 14px; + } +} + @media (max-width: 479px) { .container { margin: 40px 0 !important;