Divider on context menu upddate

This commit is contained in:
GitButler 2023-07-11 17:09:46 +02:00 committed by Ian Donahue
parent 2034254aae
commit 53a1076e1f
2 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,7 @@
on:mouseleave={onDismiss}
on:blur={onDismiss}
style="position: absolute; top:{pos.y}px; left:{pos.x}px"
class="flex flex-col rounded border border-light-400 bg-white p-1 shadow dark:border-dark-500 dark:bg-dark-700"
class="flex flex-col rounded border border-light-400 bg-white p-1 drop-shadow-[0_10px_10px_rgba(0,0,0,0.30)] dark:border-dark-500 dark:bg-dark-700"
>
<slot {item} />
</div>

View File

@ -154,6 +154,8 @@
{/if}
</PopupMenuItem>
<div class="w-full border-t border-light-300 dark:border-dark-500 my-2"></div>
<PopupMenuItem on:click={() => branchController.createBranch({ order })}>
Create branch before
</PopupMenuItem>