Merge pull request #1553 from thelounge/astorije/bigger-fonts
Increase font size on desktops and mobiles
This commit is contained in:
commit
ede56398f6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user