From ee7612a31c02ea442d8bf3e5d3b75ff572fac26a Mon Sep 17 00:00:00 2001 From: Adam <2363879+adamdotdevin@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:02:44 -0500 Subject: wip: desktop work --- packages/ui/src/components/diff-changes.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'packages/ui/src/components/diff-changes.css') 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; + } +} -- cgit v1.2.3