Improve keyboard view and fix various issues with it

This commit is contained in:
LukeGus
2025-09-06 16:20:49 -05:00
parent ba3c60d00c
commit 420d57c6f1
5 changed files with 20 additions and 89 deletions

View File

@@ -153,7 +153,7 @@ export function LeftSidebar({isSidebarOpen, setIsSidebarOpen, onHostConnect, dis
</SidebarHeader>
<Separator/>
<SidebarContent className="px-2 py-2">
<div className="!bg-[#222225] rounded-lg mb-2">
<div className="!bg-[#222225] rounded-lg">
<Input
value={search}
onChange={e => setSearch(e.target.value)}