mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
fix overriding monospace font size, closes #2296
This commit is contained in:
@@ -27,7 +27,7 @@ function getFontCss(req, res) {
|
||||
style += `--main-font-size: ${optionsMap.mainFontSize}%;`;
|
||||
style += `--tree-font-size: ${optionsMap.treeFontSize}%;`;
|
||||
style += `--detail-font-size: ${optionsMap.detailFontSize}%;`;
|
||||
style += `--monospace-font-size: ${optionsMap.monospaceFontSize};`;
|
||||
style += `--monospace-font-size: ${optionsMap.monospaceFontSize}%;`;
|
||||
|
||||
style += '}';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user