Albums: Show search instead of category dropdown on small screens #937

This commit is contained in:
Michael Mayer 2021-01-21 13:21:11 +01:00
parent 802709e48c
commit d40548be56

View file

@ -7,7 +7,7 @@
<v-text-field id="search"
v-model="filter.q"
single-line
class="hidden-xs-only mr-3 input-search"
class="input-search"
:label="$gettext('Search')"
browser-autocomplete="off"
prepend-inner-icon="search"
@ -22,7 +22,7 @@
:label="$gettext('Category')"
color="secondary-dark"
:items="categories"
class="input-category"
class="ml-3 hidden-xs-only input-category"
@change="updateQuery"
>
</v-select>