mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
All: Made note font slightly smaller
This commit is contained in:
parent
1408f06c8d
commit
032816fffc
@ -220,7 +220,7 @@ function themeStyle(theme) {
|
||||
textAreaLineHeight: Math.round(17 * editorFontSize / 12),
|
||||
|
||||
// For WebView - must correspond to the properties above
|
||||
htmlFontSize: Math.round(16 * zoomRatio) + 'px',
|
||||
htmlFontSize: Math.round(15 * zoomRatio) + 'px',
|
||||
htmlLineHeight: '1.6em', //Math.round(20 * zoomRatio) + 'px'
|
||||
|
||||
htmlCodeFontSize: '.9em',
|
||||
|
@ -552,19 +552,19 @@ class MdToHtml {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.9em;
|
||||
font-size: 1.5em;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid ` + style.htmlDividerColor + `;
|
||||
padding-bottom: .3em;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.6em;
|
||||
font-size: 1.3em;
|
||||
font-weight: bold;
|
||||
border-bottom: 1px solid ` + style.htmlDividerColor + `;
|
||||
padding-bottom: .1em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.4em;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
h4, h5, h6 {
|
||||
font-size: 1em;
|
||||
|
Loading…
Reference in New Issue
Block a user