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