fix modal
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user