Skip to content

Commit

Permalink
chore(cosmetic): remove extra padding between search bar and menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jhult committed May 10, 2024
1 parent 0592e27 commit 4a55c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub fn GlobalSearchBar() -> impl IntoView {

view! {
<PreSectionContainer>
<div class="mx-2 my-2 md:mx-0 md:w-full relative align-stretch flex items-center">
<div class="mx-2 my-2 md:mx-0 md:w-full -mt-2 relative align-stretch flex items-center">
<form class="flex grow" on:submit=on_submit>
<input
id="searchbar"
Expand Down

0 comments on commit 4a55c04

Please sign in to comment.