diff options
| author | David Hill <[email protected]> | 2026-03-10 18:52:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-10 13:52:32 -0500 |
| commit | f77e5cf8fb9d9babcfc1b3ba046c0ba571489647 (patch) | |
| tree | d4424aac3e3bb6438e2af61050daefbdc2e7702b /packages/ui/src/components/markdown.css | |
| parent | e6cdc21f2ddd7264a75eb389693d4d62367ae38c (diff) | |
| download | opencode-f77e5cf8fb9d9babcfc1b3ba046c0ba571489647.tar.gz opencode-f77e5cf8fb9d9babcfc1b3ba046c0ba571489647.zip | |
feat(ui): restyle Card and improve tool error cards (#16888)
Co-authored-by: Adam <[email protected]>
Diffstat (limited to 'packages/ui/src/components/markdown.css')
| -rw-r--r-- | packages/ui/src/components/markdown.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/ui/src/components/markdown.css b/packages/ui/src/components/markdown.css index 1fe11a7de..f82723807 100644 --- a/packages/ui/src/components/markdown.css +++ b/packages/ui/src/components/markdown.css @@ -60,6 +60,7 @@ ol { margin-top: 0.5rem; margin-bottom: 1rem; + margin-left: 0; padding-left: 1.5rem; list-style-position: outside; } @@ -70,6 +71,7 @@ ol { list-style-type: decimal; + padding-left: 2.25rem; } li { @@ -98,6 +100,10 @@ padding-left: 1rem; /* Minimal indent for nesting only */ } + li > ol { + padding-left: 1.75rem; + } + /* Blockquotes */ blockquote { border-left: 2px solid var(--border-weak-base); |
