[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: search box jumping around when navigating to the search page (#762)

authored by

Mihkel Eidast and committed by
GitHub
792223c0 47baa467

+1 -1
+1 -1
app/components/AppHeader.vue
··· 146 146 @blur="handleSearchBlur" 147 147 /> 148 148 <ul 149 - v-if="!isSearchExpanded" 149 + v-if="!isSearchExpanded && isConnected && npmUser" 150 150 :class="{ hidden: showFullSearch }" 151 151 class="hidden sm:flex items-center gap-4 sm:gap-6 list-none m-0 p-0" 152 152 >