diff options
| author | David Hill <[email protected]> | 2026-03-04 16:09:51 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-03-04 16:09:51 +0000 |
| commit | 22fcde926fd8a071a213a54d624584372e73822d (patch) | |
| tree | 1a5c9d590f0dcc7826022b852bb58348d54228fa /packages/console | |
| parent | b42a63b882dbde071b62836b5234a5b197e5b317 (diff) | |
| download | opencode-22fcde926fd8a071a213a54d624584372e73822d.tar.gz opencode-22fcde926fd8a071a213a54d624584372e73822d.zip | |
tui: reduce excessive spacing in go route layout to improve visual balance
Diffstat (limited to 'packages/console')
| -rw-r--r-- | packages/console/app/src/routes/go/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/app/src/routes/go/index.css b/packages/console/app/src/routes/go/index.css index 5a66de678..c3d344c4b 100644 --- a/packages/console/app/src/routes/go/index.css +++ b/packages/console/app/src/routes/go/index.css @@ -354,7 +354,7 @@ body { border-radius: 4px; font-weight: 500; cursor: pointer; - margin-bottom: 56px; + margin-bottom: 40px; display: flex; width: fit-content; gap: 12px; @@ -396,7 +396,7 @@ body { } p:first-child { - margin-bottom: 24px; + margin-bottom: 0; color: var(--color-text); display: flex; gap: 8px; |
