leptos_toaster icon indicating copy to clipboard operation
leptos_toaster copied to clipboard

Move styles into a css file

Open kakserpom opened this issue 8 months ago • 1 comments

This doesn't look pretty in the response body.

<style csr-id="leptos-toaster-toaster" data-hk="0-0-0-24">.leptos-toaster {
  position: fixed;
  width: var(--width);
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
  z-index: 999999999;
}
...

Moving it into a css file would make it cacheable.

kakserpom avatar Jun 23 '24 05:06 kakserpom