Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font on my display so tiny that it is unreadable #270

Open
elpraga opened this issue Aug 30, 2020 · 4 comments
Open

Font on my display so tiny that it is unreadable #270

elpraga opened this issue Aug 30, 2020 · 4 comments

Comments

@elpraga
Copy link

elpraga commented Aug 30, 2020

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

@elpraga
Copy link
Author

elpraga commented Sep 18, 2020

Is there a way to adjust the font size at least in the setting or some config file?

@TheNomad11
Copy link

any news? can we change the size via custom css?

@TheNomad11
Copy link

Just found out that setting following in the custom css works:

#editor_container div {
	font-size: 16px !important;
} 

@tanghus
Copy link

tanghus commented Jun 15, 2022

>
> #editor_container div {
> 	font-size: 16px !important;
> } 

Brilliant! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants