diff options
| author | Adam <[email protected]> | 2025-10-30 12:02:44 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-10-30 12:02:51 -0500 |
| commit | ee7612a31c02ea442d8bf3e5d3b75ff572fac26a (patch) | |
| tree | 26c720bf7d08b2a7b2475acd5598ffc23c39b953 /packages/ui/src/components/diff-changes.css | |
| parent | 582ed7c363fec4faa8cf393e023024ac90e65b82 (diff) | |
| download | opencode-ee7612a31c02ea442d8bf3e5d3b75ff572fac26a.tar.gz opencode-ee7612a31c02ea442d8bf3e5d3b75ff572fac26a.zip | |
wip: desktop work
Diffstat (limited to 'packages/ui/src/components/diff-changes.css')
| -rw-r--r-- | packages/ui/src/components/diff-changes.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/ui/src/components/diff-changes.css b/packages/ui/src/components/diff-changes.css index afca51474..eb95c4676 100644 --- a/packages/ui/src/components/diff-changes.css +++ b/packages/ui/src/components/diff-changes.css @@ -26,3 +26,14 @@ color: var(--text-diff-delete-base); } } + +[data-component="diff-changes"][data-variant="bars"] { + width: 18px; + flex-shrink: 0; + + svg { + display: block; + width: 100%; + height: auto; + } +} |
