Fix search button not visible in narrow viewport guest mode
This commit is contained in:
parent
4a69c58780
commit
bdc89e5568
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,10 @@
|
|||
><i class="ph-image-square ph-bold ph-lg icon"></i
|
||||
>{{ i18n.ts.gallery }}</MkA
|
||||
>
|
||||
<button class="_button link" active-class="active" @click="search()">
|
||||
<i class="ph-magnifying-glass ph-bold ph-lg icon"></i
|
||||
><span>{{ i18n.ts.search }}</span>
|
||||
</button>
|
||||
<div class="action">
|
||||
<button class="_buttonPrimary" @click="signup()">
|
||||
{{ i18n.ts.signup }}
|
||||
|
|
Loading…
Reference in a new issue