Browse Source

fix: (desktop) command palette width

David Hill 1 month ago
parent
commit
d645e8bbe1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ui/src/components/dialog.css

+ 1 - 1
packages/ui/src/components/dialog.css

@@ -24,7 +24,7 @@
   [data-slot="dialog-container"] {
   [data-slot="dialog-container"] {
     position: relative;
     position: relative;
     z-index: 50;
     z-index: 50;
-    width: min(calc(100vw - 16px), 480px);
+    width: min(calc(100vw - 16px), 640px);
     height: min(calc(100vh - 16px), 512px);
     height: min(calc(100vh - 16px), 512px);
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;