mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-24 10:16:06 +03:00
fix: optimize search page bar display on mobile (#1109)
This commit is contained in:
parent
6b9ea79a66
commit
b0164deb27
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,8 @@ useHeadFixed({
|
|||
</NuxtLink>
|
||||
</template>
|
||||
|
||||
<SearchWidget v-if="isMastoInitialised" mt3 />
|
||||
<div px2 mt3>
|
||||
<SearchWidget v-if="isMastoInitialised" />
|
||||
</div>
|
||||
</MainContent>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue