diff options
| author | Adam <[email protected]> | 2025-12-14 20:32:14 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-14 21:38:59 -0600 |
| commit | dda579c8ad30f81ade458769971d85ff7afee64c (patch) | |
| tree | 343c82906735fcfc82a5b2a178660aaab5bccb45 /packages/ui/src/components/dialog.css | |
| parent | 4246cdb069502c96ab11e260eb36a07a0370b710 (diff) | |
| download | opencode-dda579c8ad30f81ade458769971d85ff7afee64c.tar.gz opencode-dda579c8ad30f81ade458769971d85ff7afee64c.zip | |
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/dialog.css')
| -rw-r--r-- | packages/ui/src/components/dialog.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css index fa5e1171e..6fa71c64c 100644 --- a/packages/ui/src/components/dialog.css +++ b/packages/ui/src/components/dialog.css @@ -60,6 +60,7 @@ [data-slot="dialog-header"] { display: flex; padding: 16px; + padding-left: 20px; justify-content: space-between; align-items: center; flex-shrink: 0; @@ -82,6 +83,7 @@ [data-slot="dialog-description"] { display: flex; padding: 16px; + padding-left: 20px; padding-top: 0; margin-top: -8px; justify-content: space-between; |
