mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-04 07:25:44 +03:00
fixed ListItem height for the dropdown menu
This commit is contained in:
parent
8d83a9279c
commit
16b3545c12
@ -10,7 +10,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<button disabled={selected} class="button" class:selected on:click={() => dispatch('click')}>
|
<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 />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
{#if icon}
|
{#if icon}
|
||||||
@ -42,7 +42,11 @@
|
|||||||
color: var(--clr-theme-scale-ntrl-50);
|
color: var(--clr-theme-scale-ntrl-50);
|
||||||
}
|
}
|
||||||
& .icon {
|
& .icon {
|
||||||
|
display: flex;
|
||||||
color: var(--clr-theme-scale-ntrl-50);
|
color: var(--clr-theme-scale-ntrl-50);
|
||||||
}
|
}
|
||||||
|
& .label {
|
||||||
|
height: var(--space-16);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user