mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-28 20:15:20 +03:00
hunk css updated
This commit is contained in:
parent
e4e0b2de53
commit
05bd73da34
@ -59,7 +59,7 @@
|
||||
/* modifiers */
|
||||
|
||||
.s-large {
|
||||
max-width: calc(var(--space-64) * 8);
|
||||
max-width: calc(var(--space-64) * 13);
|
||||
}
|
||||
|
||||
.s-default {
|
||||
|
@ -278,7 +278,8 @@
|
||||
.hunk__inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: max-content;
|
||||
width: 100%;
|
||||
min-width: max-content;
|
||||
}
|
||||
.added {
|
||||
color: #45b156;
|
||||
|
Loading…
Reference in New Issue
Block a user