mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 20:54:50 +03:00
style(StackSeries, Stack): update padding in StackSeries and Stack components (#5154)
This commit is contained in:
parent
998f12d0a1
commit
3620ad6093
@ -299,8 +299,9 @@
|
||||
.lane-branches__action {
|
||||
z-index: var(--z-lifted);
|
||||
position: sticky;
|
||||
padding: 14px;
|
||||
padding: 12px;
|
||||
bottom: 0px;
|
||||
transition: background-color var(--transition-fast);
|
||||
|
||||
&:not(.scroll-end-visible) {
|
||||
background-color: var(--clr-bg-1);
|
||||
|
@ -54,9 +54,5 @@
|
||||
border: 1px solid var(--clr-border-2);
|
||||
border-radius: var(--radius-m);
|
||||
background: var(--clr-bg-1);
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user