mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-20 16:11:46 +03:00
style: update padding and remove commented out code in collapsed lane component
This commit is contained in:
parent
c1e69998dc
commit
4c977840d6
@ -430,8 +430,4 @@
|
||||
height: 100%;
|
||||
border-right: 1px solid var(--clr-theme-container-outline-light);
|
||||
}
|
||||
|
||||
/* .brach-collapsed {
|
||||
display: none;
|
||||
} */
|
||||
</style>
|
||||
|
@ -531,7 +531,7 @@
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
gap: var(--space-16);
|
||||
padding: var(--space-8) var(--space-8) var(--space-16);
|
||||
padding: var(--space-8) var(--space-8) var(--space-20);
|
||||
}
|
||||
|
||||
.collapsed-lane__actions {
|
||||
@ -555,9 +555,6 @@
|
||||
|
||||
writing-mode: vertical-rl;
|
||||
gap: var(--space-8);
|
||||
/* flex-direction: column-reverse; */
|
||||
/* writing-mode: vertical-rl;
|
||||
background-color: aquamarine; */
|
||||
}
|
||||
|
||||
.collapsed-lane__info__details {
|
||||
@ -570,6 +567,5 @@
|
||||
.collapsed-lane__label {
|
||||
color: var(--clr-theme-scale-ntrl-0);
|
||||
transform: rotate(180deg);
|
||||
padding: var(--space-8) 0;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user