fix: (desktop) command palette width

pull/5339/head
David Hill 2026-01-16 23:37:36 +00:00
parent cad415872e
commit d645e8bbe1
1 changed files with 1 additions and 1 deletions

View File

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