Skip to content

Commit

Permalink
Centered search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Feb 2, 2024
1 parent 81f1fd8 commit ca644e0
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@
<img src={logoSmall} class="mr-3 h-8" alt="Exceptionless Logo" />
{/if}
</a>
<form action="/" method="GET" class="hidden lg:block lg:pl-2">
<div class="mt-1 lg:w-96">
<SearchInput id="topbar-search" value={filter} />
</div>
</form>
</div>
<form action="/" method="GET" class="hidden lg:block lg:pl-2">
<div class="mt-1 w-[350px] xl:w-[550px]">
<SearchInput id="topbar-search" value={filter} />
</div>
</form>
<div class="flex items-center gap-x-2 lg:gap-x-3">
<Button
variant="outline"
Expand Down

0 comments on commit ca644e0

Please sign in to comment.