arXiv / arxiv-submission-ui

User interface of NG submit system.
MIT License
2 stars 6 forks source link

Adds media style for select input width to fix cross list bleed on mobile #148

Closed bdc34 closed 5 years ago

bdc34 commented 5 years ago

For mobile screen sizes on the submission add cross step, this stops the select box from bleeding off the right of the screen.

This is more of a stop gap measure. A select is not really appropriate for the cross list on mobile. A better solution to this should be found.

See https://arxiv-org.atlassian.net/browse/ARXIVNG-2200 for screenshots.

ARXIVNG-2200

erickpeirson commented 5 years ago

A select is not really appropriate for the cross list on mobile. A better solution to this should be found.

Curious to hear more about what you mean. Are you referring to the length of the options list? If there is a more appropriate solution we should consider it.

bdc34 commented 5 years ago

@erickpeirson Yes, the list is long and when the list is accessed, each item in the list will still bleed off the screen. Adding multiple crosses would be cumbersome.

I don't have any suggestions. I'm sure the new UX person will have suggestions about improving the submit on mobile.