fix: optimize search page bar display on mobile (#1109)

zio/stable
Sakana 2023-01-14 18:12:35 +08:00 committed by GitHub
parent 6b9ea79a66
commit b0164deb27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ useHeadFixed({
</NuxtLink>
</template>
<SearchWidget v-if="isMastoInitialised" mt3 />
<div px2 mt3>
<SearchWidget v-if="isMastoInitialised" />
</div>
</MainContent>
</template>