[pl][inclusive] hide too wide filter buttons on mobile

This commit is contained in:
Avris 2021-07-29 21:46:31 +02:00
parent bb8be3b1b0
commit 10e73bed2e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<T>nouns.submit.action</T>
</button>
</div>
<div class="btn-group mb-3 d-flex bg-white category-filter">
<div class="btn-group mb-3 d-none d-lg-flex bg-white category-filter">
<button v-for="category in config.nouns.inclusive.categories"
:class="['btn btn-sm', filter === ':' + category ? 'btn-primary' : 'btn-outline-primary']"
@click="filter = filter === ':' + category ? '' : ':' + category"