-
Notifications
You must be signed in to change notification settings - Fork 6
Fixed scroll on smaller viewports #223
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
base: main
Are you sure you want to change the base?
Conversation
Check new commit, readded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aligned the buttons to hit the edge of the screen while making the text allowed to go wider. Meant to be done with changes to web-components' "carousel-previous" and "carousel-next" to be "absolute h-8 w-4 rounded-r-full" and "absolute h-8 w-4 rounded-l-full" respective.
Although, based off my testing this may make the circles rather small on smaller/tighter mobile screens.
Should hopefully be able to close #214.
Just changed how items were being arranged via centering and adding some minor padding to ensure it looks the same.