summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/dialog.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2026-01-15 15:48:21 -0600
committerAdam <[email protected]>2026-01-19 07:35:52 -0600
commitdca2540ca786d818da4387ddff19eba865630a37 (patch)
treed140e17db3d69188bb059c88b8c9e2ca059cdf9a /packages/ui/src/components/dialog.css
parentfcfe6d3d261edaa139d35cf463c05d7124045142 (diff)
downloadopencode-dca2540ca786d818da4387ddff19eba865630a37.tar.gz
opencode-dca2540ca786d818da4387ddff19eba865630a37.zip
chore: cleanup
Diffstat (limited to 'packages/ui/src/components/dialog.css')
-rw-r--r--packages/ui/src/components/dialog.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css
index 5c7cdc233..177dc0a79 100644
--- a/packages/ui/src/components/dialog.css
+++ b/packages/ui/src/components/dialog.css
@@ -118,9 +118,15 @@
outline: none;
}
}
+ }
+
+ &[data-fit] {
+ [data-slot="dialog-container"] {
+ height: auto;
- &:focus-visible {
- outline: none;
+ [data-slot="dialog-content"] {
+ min-height: 0;
+ }
}
}
}