Merge pull request #1553 from thelounge/astorije/bigger-fonts

Increase font size on desktops and mobiles
This commit is contained in:
Pavel Djundik 2017-09-21 13:59:13 +03:00 committed by GitHub
commit ede56398f6

View File

@ -855,10 +855,14 @@ kbd {
#windows .header .topic, #windows .header .topic,
.messages .msg, .messages .msg,
.sidebar { .sidebar {
font-size: 13px; font-size: 14px;
line-height: 1.4; line-height: 1.4;
} }
#windows #form .input {
font-size: 13px;
}
#windows #chat .header { #windows #chat .header {
display: block; display: block;
} }
@ -1525,7 +1529,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
background: #f6f6f6; background: #f6f6f6;
color: #666; color: #666;
font: inherit; font: inherit;
font-size: 11px; font-size: 13px;
margin: 4px; margin: 4px;
line-height: 22px; line-height: 22px;
height: 24px; height: 24px;
@ -2000,6 +2004,10 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
margin-top: 60px !important; margin-top: 60px !important;
} }
.messages .msg {
font-size: 16px;
}
#sidebar, #sidebar,
#footer { #footer {
left: -220px; 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) { @media (max-width: 479px) {
.container { .container {
margin: 40px 0 !important; margin: 40px 0 !important;