Skip to content

Conversation

@Thayorns
Copy link
Contributor

Summary

"Closes #10"
Unnecessary css rule padding-top and padding-bottom set to 0px so that the UI will display correctly when scrolling


Type of Change

  • 🛠 Refactor

Checklist

  • All tests pass (pnpm test)
  • Linting and formatting pass (pnpm lint && pnpm format)
  • PR title follows semantic commit format (feat:, fix:, etc.)
  • Changes are documented (README, JSDoc, or comments if needed)
  • Ready for review — not a draft

Notes for Reviewer

Made without tailwind manipulations, but with pure css fix

@vercel
Copy link
Contributor

vercel bot commented Jun 27, 2025

Someone is attempting to deploy a commit to the Serbyte Development Team on Vercel.

A member of the Team first needs to authorize it.

@Thayorns
Copy link
Contributor Author

I see a lot of red circles here. If you could help me remove them, I would be very grateful! 😀

Copy link
Member

@Austin1serb Austin1serb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Thanks for the contribution — this looks solid overall.

One small change request: Instead of adding a new layout.css file, please move the div.relative.py-10 { padding: 0; } rule into examples/demo/src/app/global.css.

Reasoning:

This is a global layout tweak, not scoped to one layout.

Helps keep the demo clean and avoid unnecessary file bloat.

Once you move the rule and remove the layout.css import, this will be good to go. Appreciate the PR!

@vercel
Copy link
Contributor

vercel bot commented Jun 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-zero-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 28, 2025 4:04am

@Thayorns
Copy link
Contributor Author

@Austin1serb Just letting You know You keep me hanging - You either accept the PR or reject it ❤️‍🔥

Best wishes 🤝

@Austin1serb
Copy link
Member

Thanks again for contributing 🙏 - but after reviewing the preview deployment, this unfortunately doesn’t resolve the original issue.

I’m going to close this PR to keep the codebase clean. You’re welcome to open another one if you’d like to take another stab at it — feel free to reference the issue for clarity.

Appreciate the effort regardless. Best wishes.

IMG_5505
-e1d8-4f5d-89a2-d9b3557be86a)

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

Successfully merging this pull request may close these issues.

[Enhancement]: Improve Mobile Padding on Demo Page

2 participants