diff options
| author | Adam <[email protected]> | 2025-10-14 12:06:13 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-14 12:06:18 -0500 |
| commit | 49e859cfd6565c4ef67388c232e639917ec20625 (patch) | |
| tree | 168101fe951797572cf6d723b9efe9474f073ed5 /packages/ui/src/index.css | |
| parent | 6c57a69af44d1a4844f92311e11242206c155212 (diff) | |
| download | opencode-49e859cfd6565c4ef67388c232e639917ec20625.tar.gz opencode-49e859cfd6565c4ef67388c232e639917ec20625.zip | |
wip: css/ui work
Diffstat (limited to 'packages/ui/src/index.css')
| -rw-r--r-- | packages/ui/src/index.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/ui/src/index.css b/packages/ui/src/index.css index be7adaaed..b5f1cf302 100644 --- a/packages/ui/src/index.css +++ b/packages/ui/src/index.css @@ -12,7 +12,7 @@ } main > div { flex: 1; - padding: 3rem; + padding: 2rem; min-width: 0; overflow-y: auto; overflow-x: hidden; @@ -24,6 +24,7 @@ font-size: 1.25rem; font-weight: 600; margin: 0 0 1rem 0; + margin-bottom: -1rem; } section { display: flex; |
