fix(code): respect user font selection

pull/2357/head
Elian Doran 2025-06-18 17:42:03 +07:00
parent 7faaefee20
commit 609ed6274e
No known key found for this signature in database
1 changed files with 3 additions and 2 deletions

@ -440,10 +440,11 @@ body #context-menu-container .dropdown-item > span {
border-radius: 6px;
overflow: hidden;
margin: 4px;
font-size: var(--monospace-font-size);
}
body .cm-editor {
font-size: var(--monospace-font-size);
.cm-scroller {
font-family: var(--monospace-font-family) !important;
}
body .cm-editor .cm-gutters {