ElDorito icon indicating copy to clipboard operation
ElDorito copied to clipboard

Forge UI doesn't scale with very small resolutions

Open homonovus opened this issue 6 years ago • 1 comments

Guidelines

  • Your title should clearly describe the issue.
  • Describe the exact steps you took before the problem arose.
  • Give us as much info about your install as you can. List any mods you have installed and state where you downloaded ElDewrito from (without providing a link).

What were you trying to do before the issue occurred?

Use forge while playing in 800x600

What happened?

The forge ui appeared very large

What did you expect to happen?

The forge ui to scale according to my resolution

How can the issue be reproduced?

Please be as descriptive as possible.

  1. Play at a small resolution

  2. Attempt to open the forge ui

homonovus avatar Apr 21 '18 01:04 homonovus

The default width of the .window class property in the CSS for the Forge UI is set to a static 420px, instead of using percents or a responsive design which unfortunately would take up half your screen on 800x600. In order to keep the iconic rectangular card-shape, and to be non-intrusive, some css jerry-rigging needs to happen to scale well on all resolutions. I'll mess around with it tonight or tomorrow and submit a pull-request to see if it can be fixed.

justin-carver avatar Apr 25 '18 00:04 justin-carver