Closed rogertheriault closed 6 years ago
Constraining the tool UI to 300x600 helps points out where else style changes & re-flows have to happen. We need to make updates to
container
imgQuestion
multiQuestion
nextButton
nextInstructions
answerOptionImage
coolMatrix
container
is 285px, so anything wider causes h-scrolling.
at 300px, imgQuestion
overflows
img
coming in actual size is OK here*. items in imgQuestion
should be v and h centered / middle
(* - imqQuestion img
will conform to 300x250 standard for consistency. Other thanimqQuestion img
-- e.g. successImg
and images referenced in dangerouslySetHTML can be actual-size though no larger than 300x250. Can create another ticket referencing this one.)
nextButton
on multis causes overflows. Perhaps we have nextButton
in nextInstructions
for question multiQuestion imgQuestion
and allow question copy full-width?
I'll tweak the instructions copy and button min-height
related: answerOptionImage
for coolMatrix
should have their own constraints -- 150x125 ? -- otherwise we'll get a coolVerticalList vs a matrix / grid. (Can create another ticket referencing this one.)
I made some changes that should resolve all the issues above.
This should help with issue #16
To switch back and forth, change the App class list from constrain-300x600 to unconstrained
I've not had a chance to test with a variety of iframes