diff --git a/src/index.html b/src/index.html index 99aea09..6361bcd 100644 --- a/src/index.html +++ b/src/index.html @@ -251,7 +251,8 @@ x-show="copied" x-on:show:toast.document="copied = !copied" x-cloak - class="rounded bg-black p-1 absolute top-0 -mt-8 left-0 right-0 text-sm text-white w-16 text-center mx-auto z-50" + class="rounded bg-black py-1 px-2 absolute top-0 -mt-8 left-0 right-0 text-sm text-white text-center mx-auto z-50" + style="width: fit-content;" x-transition:enter="transition ease-out duration-200" x-transition:enter-start="opacity-0 transform scale-90" x-transition:enter-end="opacity-100 transform scale-100"