files_texteditor
files_texteditor copied to clipboard
Font on my display so tiny that it is unreadable
I was really grateful when I found files_texteditor which gave me the freedom to edit markdown files in a raw format.
That is great!
Nevertheless, the font is so tiny on my monitor that I cannot read it properly.
Steps to reproduce
- open a file on a monitor with a FullHD resolution (Win 10)
Expected behaviour
I can read the text or at least I can adjust the font size.
Actual behaviour
font size not adjustable
Is there a way to adjust the font size at least in the setting or some config file?
any news? can we change the size via custom css?
Just found out that setting following in the custom css works:
#editor_container div {
font-size: 16px !important;
}
>
> #editor_container div {
> font-size: 16px !important;
> }
Brilliant! Thanks.