You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we add the following to the css rule, it'll make the editor area use vscode' default color / font size (rather than the hardcode value in .vditor style)
Two separate UI issues, but potential fixes are loosely related so I group them together.
For font size, it could be helpful if it can be specified by users. Another option is to obey Visual Studio Code's default size.
Suggested solution:
One way is to tweak the css:
vscode-markdown-editor/media-src/src/main.css
Lines 18 to 21 in aefdc13
If we add the following to the css rule, it'll make the editor area use vscode' default color / font size (rather than the hardcode value in .vditor style)
With the css change, it looks like:
The text was updated successfully, but these errors were encountered: