dreamonkey / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
1 stars 0 forks source link

Expanded header should shrink more easily #116

Closed ldiebold closed 1 year ago

ldiebold commented 2 years ago

Description When scrolling down the header gets smaller, however it feels like this happens too late (after scrolling about 300px). I think it should be more like 50px.

Same concept with scrolling up. Once I've scrolled down the page, it's furstrating when the header expands again after scrolling up a bit.

Website Section URL Docs

IlCallo commented 2 years ago

Are you sure you're seeing the last version of the docs? Currently the header shrinks at 64px of scrolling down and expands at 200px of scrolling up. Would you mind testing out the changes you propose and send a PR with the updated values?

You can change these values from

docs/src/assets/landing-page/constants.js image

docs/src/components/header/MainLayoutHeader.vue image