phetsims / build-a-molecule

"Build a Molecule" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
8 stars 7 forks source link

[Multiple Screen] Molecules overlap 3D button in collection #138

Closed arouinfar closed 4 years ago

arouinfar commented 4 years ago

It is possible for the molecules to overlap the 3D button in the collection. Molecules should only be allowed to fill the space to the left of the button, which means they will need to be scaled down a bit.

BAM

Here's what it looked like in Java.

BAM-Java
Denz1994 commented 4 years ago

The layout boxes' content has been centered on the Multiple Screen. Can you confirm this is fixed in this dev version @arouinfar?

arouinfar commented 4 years ago

Looks good @Denz1994!