mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-01-03 11:20:07 -05:00
Fix search bar
This commit is contained in:
parent
72d572dffe
commit
2c0a26c126
1 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@ export default {
|
|||
|
||||
<template>
|
||||
<div class="relative hidden md:block">
|
||||
<form class="relative">
|
||||
<label for="searchBar" class="hidden">{{ $t("main.search") }}</label>
|
||||
<v-icon name="io-search-outline" class="absolute my-auto inset-y-0 left-2"></v-icon>
|
||||
<input
|
||||
|
@ -28,6 +27,5 @@ export default {
|
|||
@keyup.enter=redirectToSearch
|
||||
class="rounded-md p-1 pl-8 text-black bg-white placeholder:text-black"
|
||||
/>
|
||||
</form>
|
||||
</div>
|
||||
</template>
|
Loading…
Reference in a new issue