wobsoriano/svelte-sonner

rtl layout is off

Closed this issue · 2 comments

Thanks for this!

Describe the bug

image

Reproduction

https://svelte.dev/repl/dd99838096384c3ba0f48301042dff97?version=4.2.9

Logs

No response

System Info

svelte repl

Severity

annoyance

this helped.

ol[data-sonner-toaster] {
    right: 1rem !important;
    font-family: inherit;

    & [data-sonner-toast] [data-icon] {
        margin-left: 0.2rem;
        margin-right: unset;
    }
}

image