diff options
| author | David Hill <[email protected]> | 2026-01-16 23:37:36 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-17 00:55:13 +0000 |
| commit | d645e8bbe18a3559d83de4d59c342e3a00ed8822 (patch) | |
| tree | 55477b1287b211498a69ade159d9266128c0e991 | |
| parent | cad415872e6a71a39fd46468abcc1737e76606b7 (diff) | |
| download | opencode-d645e8bbe18a3559d83de4d59c342e3a00ed8822.tar.gz opencode-d645e8bbe18a3559d83de4d59c342e3a00ed8822.zip | |
fix: (desktop) command palette width
| -rw-r--r-- | packages/ui/src/components/dialog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css index a2f279f20..5c7cdc233 100644 --- a/packages/ui/src/components/dialog.css +++ b/packages/ui/src/components/dialog.css @@ -24,7 +24,7 @@ [data-slot="dialog-container"] { position: relative; z-index: 50; - width: min(calc(100vw - 16px), 480px); + width: min(calc(100vw - 16px), 640px); height: min(calc(100vh - 16px), 512px); display: flex; flex-direction: column; |
