We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97df9ca commit 32a0269Copy full SHA for 32a0269
src/components/SideTag.svelte
@@ -28,7 +28,7 @@
28
});
29
</script>
30
31
-<div class="fixed right-0 top-1/4 z-50 flex hidden transform print:hidden">
+<div class="fixed right-0 top-1/4 z-50 flex transform print:hidden">
32
<button
33
class="origin-top-left -translate-y-1/2 translate-x-full rotate-90 cursor-pointer rounded-b-lg bg-teal px-4 py-2 text-white shadow-md shadow-navy transition-shadow duration-300 hover:shadow"
34
on:click={togglePopup}
0 commit comments