oEtG Forum

General Category => Game Bugs => Fixed Bugs => Topic started by: Elemensch on February 17, 2024, 10:31:33 pm

Title: UI no longer responds well to browser zoom (magnification)
Post by: Elemensch on February 17, 2024, 10:31:33 pm
The screen I play on has a lot of pixels per inch, which means some sites have UI elements which appear very small for me. This is usually fine -- I can use Ctrl+ to browser-zoom and expand the UI to where it would be on a less-dense screen.

For oEtG, what I currently do is put the magnification at 150% and that let me put the game interface in a browser window which takes up part of the screen (not full-screen), scrolling the right-hand chat window off (outside the window's viewport), but allowing me to horizontally scroll back to it when I want. This gives me a comfortably-sized game view.

Today's UI changes break a bunch of stuff for me:

(https://i.imgur.com/Xhun8QS.jpg)

(https://i.imgur.com/yhR9ZhZ.jpg)

I can't scroll left all the way left when the browser view is magnified, and at 150% (comfortable size for most oEtG text and images) there are things lost to which I can't recover, such as the "Exit" button on the Library view.

Title: Re: UI no longer responds well to browser zoom (magnification)
Post by: serprex on February 17, 2024, 10:40:17 pm
Neat. <100% scaling doesn't mess up layout. I've reproduced with >100% scaling. Looks like it's just rightpane not being composited properly. Will fix

(edit: fixed, had to put min-width:1200px on body when not in vertical composition)