serenader2014 / decent

A Ghost blog theme
52 stars 8 forks source link

Scroll to top is missing media query #4

Closed jwillmer closed 8 years ago

jwillmer commented 8 years ago

If the screen gets to narrow the scroll to top button hides the text. image

serenader2014 commented 8 years ago

I will improve this part in next release.

jwillmer commented 8 years ago

This screenshot was made with 770px width, please reopen the issue.

image

serenader2014 commented 8 years ago

As long as there is a floating button, it will always hiding the text behind it when the screen get narrow. And that's why I added the opacity to the button, and even more transparent when user stop scrolling after 2 seconds. I can't find any better solution. If you have a better idea, just tell me, and I will have a try.

jwillmer commented 8 years ago

What about removing the button earlier? Not with media query 500 but with 900?

serenader2014 commented 8 years ago

I've improve the style in v1.1.3. Now the button will hidden when screen is smaller than 500px.