summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/diff-changes.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components/diff-changes.css')
-rw-r--r--packages/ui/src/components/diff-changes.css11
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;
+ }
+}