Albums: Show search instead of category dropdown on small screens #937
This commit is contained in:
parent
802709e48c
commit
d40548be56
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue