wip: desktop work

This commit is contained in:
Adam 2025-10-30 12:02:44 -05:00
parent 582ed7c363
commit ee7612a31c
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
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;
}
}