wip: desktop work

This commit is contained in:
Adam
2025-10-30 12:02:44 -05:00
parent 582ed7c363
commit ee7612a31c
3 changed files with 117 additions and 95 deletions

View File

@@ -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;
}
}