Skip to content

Commit

Permalink
Fixing Search component
Browse files Browse the repository at this point in the history
Related to saicaca#253
  • Loading branch information
CarlosCB1986 authored Dec 12, 2024
1 parent cbf17e8 commit 72056bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Search.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ $: search(keywordDesktop, true)
$: search(keywordMobile, false)
</script>

<div>
<!-- search bar for desktop view -->
<div id="search-bar" class="hidden lg:flex transition-all items-center h-11 mr-2 rounded-lg
bg-black/[0.04] hover:bg-black/[0.06] focus-within:bg-black/[0.06]
Expand Down Expand Up @@ -118,6 +119,7 @@ top-20 left-4 md:left-[unset] right-4 shadow-2xl rounded-2xl p-2">
</a>
{/each}
</div>
</div>

<style>
input:focus {
Expand Down

0 comments on commit 72056bf

Please sign in to comment.