idmc-labs / idmc-database-feedback

This repository work as an issue tracker for IDMC database project
0 stars 0 forks source link

Proposal: Option to change size of font #196

Open luisamg opened 6 years ago

luisamg commented 6 years ago

It would be useful to have the option to change the size of the font in all pages of the database. During our work, we might use different devices with different screen resolutions/sizes and the challenge I'm having now is to actually read what I'm writing because the font size is too small. The option to enlarge/reduce the font should also allow to keep the whole structure of a page unchanged. In other words, it should adapt to it, instead of applying scroll bars on the lower or side of the screen like a zoom option. That would really help, thanks!

allochi commented 6 years ago

This is an interesting request, and I do agree to it, unfortunately it not an easy one too, it sound easy, but the font size properties are all over the style sheets in different places for different component. Later I will see if I can recompile the style sheets using a variable instead of fixed value - if this is too technical, I'm just writing it down so that I can remember what I'm talking about :D

For now, use the cheap workaround in chrome:

ctrl & + \\ to increase the font size
ctrl & - \\ to decrease the font size
ctrl & 0 \\ to reset the font size