fix searchbox

This commit is contained in:
ThatOneCalculator
2024-01-01 19:50:56 -08:00
parent 6a92652ca1
commit 2113c8bed0
3 changed files with 14 additions and 7 deletions

View File

@@ -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}