Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
OLILHR committed Dec 24, 2024
1 parent 3f8950a commit 7fab663
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/features/glossary-toggle.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<div
class="w-90 bg-primary shadow-lg p-3 rounded-r-lg h-[50vh] overflow-y-auto"
>
<!-- Added wrapper div with opacity transition -->
<div
class="transition-opacity duration-300"
class:opacity-0={!isOpen}
Expand All @@ -51,7 +50,6 @@
</div>
</div>

<!-- Toggle button that moves with the sidebar -->
<button
on:click={toggleSidebar}
class="absolute top-1/2 -translate-y-1/2 -right-5 bg-tint rounded-full p-1 hover:scale-110 transition-transform duration-200"
Expand Down

0 comments on commit 7fab663

Please sign in to comment.