hunk css updated

This commit is contained in:
Pavel Laptev 2023-12-12 22:27:12 +01:00 committed by GitButler
parent e4e0b2de53
commit 05bd73da34
2 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@
/* modifiers */
.s-large {
max-width: calc(var(--space-64) * 8);
max-width: calc(var(--space-64) * 13);
}
.s-default {

View File

@ -278,7 +278,8 @@
.hunk__inner {
display: flex;
flex-direction: column;
width: max-content;
width: 100%;
min-width: max-content;
}
.added {
color: #45b156;