mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-02 07:53:55 +03:00
Merge pull request #1942 from gitbutlerapp/margin-fix
Margin fix between items in branches
This commit is contained in:
commit
15a2905587
@ -145,6 +145,6 @@
|
||||
.content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--space-12);
|
||||
gap: var(--space-2);
|
||||
}
|
||||
</style>
|
||||
|
@ -10,7 +10,7 @@
|
||||
</script>
|
||||
|
||||
<button disabled={selected} class="button" class:selected on:click={() => dispatch('click')}>
|
||||
<div class="text-base-14 text-bold">
|
||||
<div class="label text-base-14 text-bold">
|
||||
<slot />
|
||||
</div>
|
||||
{#if icon}
|
||||
@ -42,7 +42,11 @@
|
||||
color: var(--clr-theme-scale-ntrl-50);
|
||||
}
|
||||
& .icon {
|
||||
display: flex;
|
||||
color: var(--clr-theme-scale-ntrl-50);
|
||||
}
|
||||
& .label {
|
||||
height: var(--space-16);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user