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">
|
<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…
Add table
Add a link
Reference in a new issue