mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-21 21:31:12 +02:00
search box has fixed height
This commit is contained in:
parent
a1b6789f6c
commit
42e6422cdd
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ export function SearchDialog({ open, onOpenChange, onSelectFile, onSelectRun }:
|
||||||
title="Search"
|
title="Search"
|
||||||
description="Search across knowledge and chats"
|
description="Search across knowledge and chats"
|
||||||
showCloseButton={false}
|
showCloseButton={false}
|
||||||
|
className="top-[20%] translate-y-0"
|
||||||
>
|
>
|
||||||
<CommandInput
|
<CommandInput
|
||||||
placeholder="Search..."
|
placeholder="Search..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue