Skip to content

Commit

Permalink
fix: Fix tips modal height
Browse files Browse the repository at this point in the history
  • Loading branch information
debjitbis08 committed Dec 2, 2024
1 parent 8cbf4f3 commit cbecf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Tips.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
x-transition:leave="transition ease-out duration-300"
x-transition:leave-start="transform scale-100 opacity-100"
x-transition:leave-end="transform scale-50 opacity-0"
class="flex flex-col rounded-md shadow-sm overflow-hidden w-2/5 h-2/5 min-w-[300px] z-10 bg-secondary-background text-secondary-foreground border border-primary-border"
class="flex flex-col rounded-md shadow-sm overflow-hidden w-2/5 max-h-4/5 min-w-[300px] z-10 bg-secondary-background text-secondary-foreground border border-primary-border"
>
<div class="p-4 pb-4 flex items-center">
<h2 id="tips_modal_label" class="grow">Tip of the Day</h2>
Expand Down

0 comments on commit cbecf70

Please sign in to comment.