Closed AbdulrhmanGoni closed 6 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
website | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 6, 2024 3:14pm |
Thanks
My pleasure, That was my first contribution in Open-Source world :grin:
Closes #286
What change does this pull request introduce?
Replaces the properties
margin-left
andmargin-right
of the icon and the buttons links inside title container section in language page withmargin-inline-start
andmargin-inline-end
, because whendirection
property of the icon and buttons links changed to "rtl",margin-inline-start
andmargin-inline-end
change margins directions of the icon and buttons links to suit the "rtl" direction, Unlikemargin-left
andmargin-right
that keep the margins in one direction even if the direction of the icon and buttons links changed.Screenshots
before changes:
After changes:
Checklist
main
.yarn lint
.main
branch.yarn build
to check everything still builds successfully.