mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Change form to a div element.
This commit is contained in:
parent
0941d72960
commit
d4b3a47149
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
/>
|
||||
|
||||
<div class="uk-flex uk-flex-middle uk-flex-between uk-flex-row-reverse" style="padding: 34px 0">
|
||||
<form
|
||||
<div
|
||||
class="uk-search"
|
||||
:style="{
|
||||
width: isMobile ? '100%' : '35ch',
|
||||
|
@ -33,7 +33,7 @@
|
|||
class="uk-position-center-left uk-position-small"
|
||||
/>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<SearchSuggestions
|
||||
v-show="searchText && suggestionsVisible"
|
||||
ref="searchSuggestions"
|
||||
|
|
Loading…
Reference in a new issue