diff --git a/client/css/style.css b/client/css/style.css index c88f9f20..63e45bc6 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -855,10 +855,14 @@ kbd { #windows .header .topic, .messages .msg, .sidebar { - font-size: 13px; + font-size: 14px; line-height: 1.4; } +#windows #form .input { + font-size: 13px; +} + #windows #chat .header { display: block; } @@ -1525,7 +1529,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ background: #f6f6f6; color: #666; font: inherit; - font-size: 11px; + font-size: 13px; margin: 4px; line-height: 22px; height: 24px; @@ -2000,6 +2004,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */ margin-top: 60px !important; } + .messages .msg { + font-size: 16px; + } + #sidebar, #footer { left: -220px; @@ -2043,14 +2051,6 @@ 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;