Willow (GHOST)
Willow (GHOST)
@mzohaibqc Alright that makes sense, maybe instead of using `rem`s for sizing, `em` or even `px` could be used? I had to rework the fontsizing of my entire app to...
@mzohaibqc Everything in the FlatToast at least uses `rem`s for margins, padding etc etc - and my app by default was setting `1rem` equal to `8px`, but the default for...
@mzohaibqc that doesn't fix the issue of everything else using rems
@mzohaibqc I will do some testing - I definitely saw this problem in action in my app, I will investigate and let you know
@mzohaibqc I don't think animate effects it but I am not quite sure. You can definately put the local directive on some things, for example: https://github.com/mzohaibqc/svelte-toasts/blob/1aa7082aa42ba58c7723b52bfc64f8018e99fc69/src/ToastContainer.svelte#L103
I am having this issue as well
@bluwy Yep SK doesn't process app.html - already tried
that wouldn't solve any of the issues I brought up @Kapsonfire-DE
If you read my original post then you will see why layout related styling isn't optimal. @Kapsonfire-DE