mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
style: update loading status margin in left-btns container
This commit is contained in:
commit
290ff33657
@ -53,8 +53,10 @@
|
|||||||
|
|
||||||
.left-btns {
|
.left-btns {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.loading-status {
|
.loading-status {
|
||||||
padding: var(--space-8);
|
margin-left: 0.5rem;
|
||||||
|
margin-right: 0.5rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user