Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display error compare page on mobile #276

Closed
tomelfring opened this issue Mar 10, 2017 · 2 comments
Closed

Display error compare page on mobile #276

tomelfring opened this issue Mar 10, 2017 · 2 comments
Milestone

Comments

@tomelfring
Copy link

Hi,

The compare page on mobile has some weird display errors with the time range selection. They are hard to select. They are diagonally placed and the day and month have there hit box to low. This is also reproducible on desktop when resizing the window to anything smaller than 1000 px.

A possible fix I've found is removing the float of .sm-st-icon (around line 3744 of style.css) and letting the col-md do it's work.

@dennissiemensma
Copy link
Member

Hi thank you for reporting this issue and the detailedinformation. I will look into this in a future release dedicated to UI fixes.

@dennissiemensma
Copy link
Member

This was caused by the responsive row elements used. It seems that the columns containing the three buttons are converted to rows when the screen is too small. And because the div's of the buttons did not have any height, they were aligned weirdly.

I've fixed this by giving them all a fixed height. The 'mobile view' will now show them on top of each other, allowing the hitbox to be normal again as well. See below for a screenshot, thanks again for reporting.

screenshot from 2017-09-29 20-48-08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants