fix modal

This commit is contained in:
2025-04-30 11:48:06 -03:00
parent 4dc930786e
commit 142bcf410a
2 changed files with 22 additions and 9 deletions

View File

@@ -43,7 +43,7 @@ const { title } = Astro.props;
</button>
</Container>
<!-- Dropdown Menu -->
{/* Dropdown Menu */}
<div
x-cloak
x-show="open"
@@ -73,7 +73,7 @@ const { title } = Astro.props;
</h6>
<div class="flex max-lg:flex-col gap-0.5 lg:gap-4">
<!-- Search -->
{/* Search */}
<label class="flex gap-1 items-center">
<span class="text-nowrap max-lg:w-2/5 text-right"
>Buscar por</span
@@ -85,7 +85,7 @@ const { title } = Astro.props;
<Icon name="magnifying-glass" class="size-5" />
</div>
</label>
<!-- Search End -->
{/* Search End */}
<!-- Filter -->
<label class="flex gap-1 items-center">
@@ -151,5 +151,5 @@ const { title } = Astro.props;
</div>
</Container>
</div>
<!-- Dropdown Menu End -->
{/* Dropdown Menu End */}
</nav>