Page 1 of 1

ingredients in the middle of the screen?

Posted: 11 October 2021, 14:27
by CB Droege
I'd like an option to see the ingredients board (the part that I have to spend a bunch of time looking at and considering how to manipulate) in the middle of the screen instead of way off to the left. I'm getting a stiff neck looking over at it. ;D

Image

Re: ingredients in the middle of the screen?

Posted: 11 October 2021, 20:05
by pjt33
You could try unmaximising your browser window...

Re: ingredients in the middle of the screen?

Posted: 15 October 2021, 14:42
by CB Droege
pjt33 wrote: 11 October 2021, 20:05 You could try unmaximising your browser window...
and not use all this giant screen real-estate?! :O

(Actually: This is currently my solution, but it would be neat not to need to do that. ;D)

Re: ingredients in the middle of the screen?

Posted: 16 October 2021, 22:26
by pjt33
Actually, I think you might be able to do quite a bit with some custom CSS. I've only tested this on a replay so I don't guarantee that it won't confuse some JavaScript animation, but it seems to work:

Code: Select all

#left-side, #dispenser_wrapper, #dispenser_wrapper+.playerArea { float: right; }
What it does is to push the main part of the screen right to meet the userboxes, and then within that moves the dispenser to the right and your own board next to it.