mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-24 18:12:48 +03:00
UI tweak: Profile sidebar paddings
This commit is contained in:
parent
2625ccd0d5
commit
16bc897442
@ -110,7 +110,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
padding: calc(var(--size-40) + var(--size-4)) var(--size-20) var(--size-20) var(--size-20);
|
||||
padding: calc(var(--size-40) + var(--size-4)) var(--size-14) var(--size-14) var(--size-14);
|
||||
border-right: 1px solid var(--clr-theme-container-outline-light);
|
||||
background-color: var(--clr-theme-container-light);
|
||||
height: 100%;
|
||||
|
Loading…
Reference in New Issue
Block a user