Implement more responsive view on watch page

Closes #4172
This commit is contained in:
Kavin
2026-03-28 01:35:02 +05:30
parent f215891327
commit a43db165e1
3 changed files with 255 additions and 260 deletions

View File

@@ -129,7 +129,7 @@
@focus="onInputFocus"
@blur="onInputBlur"
/>
<ClearButton v-if="searchText" @clear="searchText = ''" />\n
<ClearButton v-if="searchText" @clear="searchText = ''" />
</div>
<SearchSuggestions
v-show="(searchText || showSearchHistory) && suggestionsVisible"