SyntaxUI / syntaxui

Get free access to pre-built, Tailwind CSS-powered components, animations and effects - brought to life using Framer Motion. Just copy, paste and you're ready to go!
https://syntaxui.com
MIT License
810 stars 53 forks source link

[🐞 BUG]: Skewed Infinite Scroll Animation is not Centered #82

Closed epoll31 closed 5 months ago

epoll31 commented 5 months ago

Description 📝

The Skewed Infinite Scroll animation is not centered when the window is less than 1024px

Link 🔗

https://syntaxui.com/docs/animations/skewed-infinite-scroll

Steps to Reproduce 🔄

  1. Go to: https://syntaxui.com/docs/animations/skewed-infinite-scroll
  2. Make your window less than 1024px but greater than ~685px

Screenshots 📸

image

Expected Behavior 🤔

It should be in line with the other elements on the page.

Actual Behavior 😱

image

Environment 🌍

n/a

Additional Information ℹī¸

No response

isrark005 commented 5 months ago

fixed it here @epoll31 https://github.com/Ansub/SyntaxUI/pull/91

This is my first pull request, so if there's anything amiss, please forgive me. Thanks!

Ansub commented 5 months ago

great work @isrark005