Skip to content

Commit

Permalink
fix: add margin on top of search width to make the border visible (#1700
Browse files Browse the repository at this point in the history
)
  • Loading branch information
edimitchel committed Feb 10, 2023
1 parent 943b5f1 commit 328fd1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nav/NavSide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const { notifications } = useNotifications()
</script>

<template>
<nav sm:px3 flex="~ col gap2" shrink text-size-base leading-normal md:text-lg h-full>
<nav sm:px3 flex="~ col gap2" shrink text-size-base leading-normal md:text-lg h-full mt-1>
<SearchWidget lg:ms-1 lg:me-5 hidden xl:block />
<NavSideItem :text="$t('nav.search')" :to="isHydrated ? `/${currentServer}/explore` : '/explore'" icon="i-ri:search-line" hidden sm:block xl:hidden :command="command" />

Expand Down

0 comments on commit 328fd1b

Please sign in to comment.