summaryrefslogtreecommitdiffhomepage
path: root/packages/ui
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-02-27 13:26:15 +0800
committerGitHub <[email protected]>2026-02-27 13:26:15 +0800
commit7528419172d126d829f43218024edc5626490e57 (patch)
treef8b2383f92e336aee02a7e274aa2e288d75e7cbd /packages/ui
parent8c739b4a7db455a33fd77b4c997f2a9eaf27648a (diff)
downloadopencode-7528419172d126d829f43218024edc5626490e57.tar.gz
opencode-7528419172d126d829f43218024edc5626490e57.zip
app: allow providing username and password when connecting to remote server (#14872)
Diffstat (limited to 'packages/ui')
-rw-r--r--packages/ui/src/components/dialog.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css
index 2e66b644f..1e74763ae 100644
--- a/packages/ui/src/components/dialog.css
+++ b/packages/ui/src/components/dialog.css
@@ -54,7 +54,7 @@
[data-slot="dialog-header"] {
display: flex;
- padding: 20px;
+ padding: 16px 20px;
justify-content: space-between;
align-items: center;
flex-shrink: 0;