summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/dialog.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-10 07:23:07 -0600
committerAdam <[email protected]>2025-12-10 15:17:02 -0600
commite694d4d8806857fa5035c2953027ffee03e843dc (patch)
tree0f4d7b7b038fd3063597d7203cfac919f5fc9a20 /packages/ui/src/components/dialog.css
parentada40decd14fc18901486382a10b1ec1d0d21f7e (diff)
downloadopencode-e694d4d8806857fa5035c2953027ffee03e843dc.tar.gz
opencode-e694d4d8806857fa5035c2953027ffee03e843dc.zip
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/dialog.css')
-rw-r--r--packages/ui/src/components/dialog.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css
index 267c891f3..1c7cd4f41 100644
--- a/packages/ui/src/components/dialog.css
+++ b/packages/ui/src/components/dialog.css
@@ -16,6 +16,7 @@
[data-component="dialog"] {
position: fixed;
inset: 0;
+ margin-left: var(--dialog-left-margin);
z-index: 50;
display: flex;
align-items: center;
@@ -24,7 +25,7 @@
[data-slot="dialog-container"] {
position: relative;
z-index: 50;
- width: min(calc(100vw - 16px), 624px);
+ width: min(calc(100vw - 16px), 480px);
height: min(calc(100vh - 16px), 512px);
display: flex;
flex-direction: column;