2
0
mirror of https://github.com/frappe/books.git synced 2025-01-23 15:18:24 +00:00

fix(ui): search filter section alignment

This commit is contained in:
18alantom 2022-06-20 14:57:54 +05:30
parent f45663853e
commit fd4c5befdb

View File

@ -96,7 +96,7 @@
</button>
</div>
<button
class="hover:bg-gray-50 px-2 py-0.5 rounded text-gray-800"
class="hover:text-gray-900 py-0.5 rounded text-gray-700"
@click="showMore = !showMore"
>
{{ showMore ? t`Less Filters` : t`More Filters` }}
@ -155,7 +155,7 @@
</button>
</div>
<p v-if="searcher?.numSearches" class="ml-auto mr-2">
<p v-if="searcher?.numSearches" class="ml-auto">
{{ t`${suggestions.length} out of ${searcher.numSearches}` }}
</p>