fix: correct mobile bottom navigation in RTL language#1316
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 WalkthroughWalkthroughThis pull request updates the mobile navigation positioning in the package page component. The styling changes replace the previous inset and translate approach with a more precise centering method, including RTL-specific translation adjustments. The modification addresses layout issues observed on small screens, particularly in right-to-left language configurations. No functional logic, error handling, or control-flow changes are introduced. Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
fix #1315
rtl:prefix can be used to apply unocss class only to RTL locales.50%with1/2to be consistent with other usages.Before
After