nextcloud / files_texteditor

:page_facing_up: Text editor for plaintext files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Font on my display so tiny that it is unreadable

elpraga opened this issue · comments

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

  1. 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.