phetsims/paper-land

Move "Waiting..." below display in Board display

Closed this issue · 3 comments

From #224 - a warning message is added but we want to move it visually below the scenery Display.

One way of doing this was done in the above commit. In this approach, the layout of the board page does NOT change when the warning text becomes visible. That has lest UI shift, but some may find the space between the scenery display and the console too large.

@brettfiedler can you please review this? Also, this looks ok on my tall screen but I worry it will push the console too far down for shorter screens.

It does necessitate a scroll down to see the rest of the bottom of the console for my (2560x1080) display at default zoom. I think your intuition was probably correct. Let's move it to below the control panel on the right.

OK, it has been moved back to the right column under the other controls. Closing since that was all for this issue.