forked from open-webui/open-webui
fix searchbox
This commit is contained in:
parent
6a92652ca1
commit
2113c8bed0
3 changed files with 14 additions and 7 deletions
|
@ -132,7 +132,7 @@
|
|||
{/if}
|
||||
|
||||
<div class="px-2.5 mt-1 mb-2 flex justify-center space-x-2">
|
||||
<div class="flex w-full">
|
||||
<div class="flex w-full" id="chat-search">
|
||||
<div class="self-center pl-3 py-2 rounded-l bg-gray-950">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
@ -149,7 +149,6 @@
|
|||
</div>
|
||||
|
||||
<input
|
||||
id="chat-search-input"
|
||||
class="w-full rounded-r py-1.5 pl-2.5 pr-4 text-sm text-gray-300 bg-gray-950 outline-none"
|
||||
placeholder="Search"
|
||||
bind:value={search}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue