Merge pull request #1153 from bews/bews/dev-8-font

Bigger font size
This commit is contained in:
Pavel Djundik 2017-08-24 11:56:30 +03:00 committed by GitHub
commit 06741a1e1c

View file

@ -763,7 +763,7 @@ kbd {
}
#windows .header .title {
font-size: 14px;
font-size: 15px;
}
#windows .header .topic {
@ -844,7 +844,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;
}
@ -1479,7 +1479,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;
@ -1560,7 +1560,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;
@ -2016,6 +2016,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;