mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-04-26 00:26:36 +00:00
Change form to a div element.
This commit is contained in:
parent
0941d72960
commit
d4b3a47149
@ -7,7 +7,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="uk-flex uk-flex-middle uk-flex-between uk-flex-row-reverse" style="padding: 34px 0">
|
<div class="uk-flex uk-flex-middle uk-flex-between uk-flex-row-reverse" style="padding: 34px 0">
|
||||||
<form
|
<div
|
||||||
class="uk-search"
|
class="uk-search"
|
||||||
:style="{
|
:style="{
|
||||||
width: isMobile ? '100%' : '35ch',
|
width: isMobile ? '100%' : '35ch',
|
||||||
@ -33,7 +33,7 @@
|
|||||||
class="uk-position-center-left uk-position-small"
|
class="uk-position-center-left uk-position-small"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</div>
|
||||||
<SearchSuggestions
|
<SearchSuggestions
|
||||||
v-show="searchText && suggestionsVisible"
|
v-show="searchText && suggestionsVisible"
|
||||||
ref="searchSuggestions"
|
ref="searchSuggestions"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user