Schum123 / svelte-loading-spinners

A collection of loading spinner components for SvelteJs
https://schum123.github.io/svelte-loading-spinners/
MIT License
510 stars 35 forks source link

Plane Spinner is not scaling #40

Open jbirtel opened 1 year ago

jbirtel commented 1 year ago

Hi, First of all thank you for the nice loading spinners! However, coming to the issue, the PLANE spinner is not scaling. It only scales when I add unit="". Otherwise, only the container around the loading spinner is adapting to the size (so the div with the wrapper class), but the spinner itself keeps the default size and is attached to the top left corner of the container. image Would be very nice, if you could help.

Schum123 commented 1 year ago

Easiest fix would be to add size="125", since your wrapper is 125px