cedrozor / myrtille

A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
https://www.myrtille.io
Apache License 2.0
1.78k stars 372 forks source link

Screen Resolution on main login screen #360

Open toddbennett33704 opened 1 year ago

toddbennett33704 commented 1 year ago

Most of my users have high resolution monitors. the default 1024x768 is too small. Any way to allow setting of resolution on the login screen? I am willing to pay for the feature. Thanks!

cedrozor commented 12 months ago

It's CSS tweaking, using relative sizes instead of fixed.

For example, into css/Default.css, "LOGIN" section, try to replace "width: 200px" by "width: 10%" to have fields adjusted to the screen size.