mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
fix: limit search modal max-height to 480px
This commit is contained in:
parent
d23c21023a
commit
ef7ef6538e
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ export function DialogSelectFile() {
|
||||||
})
|
})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Dialog class="pt-3 pb-0">
|
<Dialog class="pt-3 pb-0 !max-h-[480px]">
|
||||||
<List
|
<List
|
||||||
search={{ placeholder: "Search files and commands", autofocus: true, hideIcon: true, class: "pl-3 pr-2 !mb-0" }}
|
search={{ placeholder: "Search files and commands", autofocus: true, hideIcon: true, class: "pl-3 pr-2 !mb-0" }}
|
||||||
emptyMessage="No results found"
|
emptyMessage="No results found"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue