diff options
| author | Brendan Allan <[email protected]> | 2026-02-27 13:26:15 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-27 13:26:15 +0800 |
| commit | 7528419172d126d829f43218024edc5626490e57 (patch) | |
| tree | f8b2383f92e336aee02a7e274aa2e288d75e7cbd /packages/ui | |
| parent | 8c739b4a7db455a33fd77b4c997f2a9eaf27648a (diff) | |
| download | opencode-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.css | 2 |
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; |
