diff --git a/app/pages/search.vue b/app/pages/search.vue index c6f55e4259..7f9b89ab3b 100644 --- a/app/pages/search.vue +++ b/app/pages/search.vue @@ -370,11 +370,20 @@ defineOgImageComponent('Default', { autocomplete="off" autocorrect="off" spellcheck="false" - class="w-full max-w-full bg-bg-subtle border border-border rounded-lg pl-8 pr-4 py-3 font-mono text-base text-fg placeholder:text-fg-subtle transition-colors duration-300 focus:(border-border-hover outline-none) appearance-none" + class="w-full max-w-full bg-bg-subtle border border-border rounded-lg pl-8 pr-10 py-3 font-mono text-base text-fg placeholder:text-fg-subtle transition-colors duration-300 focus:(border-border-hover outline-none) appearance-none" @focus="isSearchFocused = true" @blur="isSearchFocused = false" @keydown="handleResultsKeydown" /> +