Add following tab to navbar

This commit is contained in:
dragongoose
2023-12-01 17:33:43 -05:00
parent 53ab770576
commit 072fdac5d2
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export default {
:placeholder="$t('main.search')"
v-model="searchInput"
@keyup.enter="redirectToSearch"
class="rounded-md p-1 pl-8 text-black bg-white placeholder:text-black"
class="rounded-md p-1 pl-8 w-56 text-black bg-white placeholder:text-black"
/>
</div>
</template>