mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
fix(code): respect user font selection
This commit is contained in:
parent
7faaefee20
commit
609ed6274e
@ -440,10 +440,11 @@ body #context-menu-container .dropdown-item > span {
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
|
font-size: var(--monospace-font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
body .cm-editor {
|
.cm-scroller {
|
||||||
font-size: var(--monospace-font-size);
|
font-family: var(--monospace-font-family) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .cm-editor .cm-gutters {
|
body .cm-editor .cm-gutters {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user