Change form to a div element.

This commit is contained in:
FireMaskterK 2021-10-14 10:54:56 +01:00
parent 0941d72960
commit d4b3a47149
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -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"