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