summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-01-16 14:33:24 -0600
committerAdam <[email protected]>2026-01-16 14:33:32 -0600
commit360765c5910f1391fd4712da5e0fa4044b15a307 (patch)
tree6d9e67037d2f1fee94f7765d7e00402bb44564ac /packages/ui/src
parentdb0078bf178c71d56ad0d8a05483ec94ea0eee7b (diff)
downloadopencode-360765c5910f1391fd4712da5e0fa4044b15a307.tar.gz
opencode-360765c5910f1391fd4712da5e0fa4044b15a307.zip
fix(app): center dialog on page instead of session
Diffstat (limited to 'packages/ui/src')
-rw-r--r--packages/ui/src/components/dialog.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css
index 7a94bb2ee..a2f279f20 100644
--- a/packages/ui/src/components/dialog.css
+++ b/packages/ui/src/components/dialog.css
@@ -16,7 +16,6 @@
[data-component="dialog"] {
position: fixed;
inset: 0;
- margin-left: var(--dialog-left-margin);
z-index: 50;
display: flex;
align-items: center;