kbrgl / svelte-french-toast

🍞🥂 Buttery smooth toast notifications for Svelte
https://svelte-french-toast.vercel.app/
MIT License
808 stars 28 forks source link

RTL support? #28

Closed amr3k closed 1 year ago

amr3k commented 1 year ago

the positions are invalid for RTL layouts. the bottom-left for example appear on the right side, and vice versa.

Here's a repl

kbrgl commented 1 year ago

Thanks for reporting this issue! I could be down to accept a PR if it's just 5-6 lines of additional code (perhaps using the :dir() selector).

amr3k commented 1 year ago

:dir() is not widely supported .. Any ideas?