plasmatech8 / skeleton-material-theme

A Material theme for the Skeleton UI library.
https://plasmatech8.github.io/skeleton-material-theme/
MIT License
14 stars 1 forks source link

Ripple is slightly offset to the right #1

Open plasmatech8 opened 1 year ago

plasmatech8 commented 1 year ago

See https://github.com/Posandu/svelte-ripple-action/issues/2#issuecomment-1737533264

image

Relating to .btn

.btn>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right:calc(.5rem * var(--tw-space-x-reverse));
  margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))
}
plasmatech8 commented 1 year ago

Appears to be at the correct position on first click, but subsequent clicks (without a pause) are offset.