mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-10 10:06:11 +00:00
update regex length
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<input v-model="entry.text"
|
||||
:placeholder="t('stash_search.search_text')"
|
||||
class="px-1 col-span-2 leading-6"
|
||||
:class="(entry.text.length > 50) ? 'bg-red-800' : 'bg-gray-900'">
|
||||
:class="(entry.text.length > 250) ? 'bg-red-800' : 'bg-gray-900'">
|
||||
<button class="leading-none rounded-r bg-gray-700 w-6 h-6" @click="removeEntry(entry.id)">
|
||||
<i class="fas fa-times text-gray-400" />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user