Increase font size on desktops and mobiles

This commit is contained in:
Jérémie Astori 2017-09-21 02:21:48 -04:00
parent e165d51e60
commit 3eaf12cc36
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -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;