fix: optimize search page bar display on mobile (#1109)
parent
6b9ea79a66
commit
b0164deb27
|
@ -16,6 +16,8 @@ useHeadFixed({
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<SearchWidget v-if="isMastoInitialised" mt3 />
|
<div px2 mt3>
|
||||||
|
<SearchWidget v-if="isMastoInitialised" />
|
||||||
|
</div>
|
||||||
</MainContent>
|
</MainContent>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue