mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 00:51:38 +03:00
Divider on context menu upddate
This commit is contained in:
parent
2034254aae
commit
53a1076e1f
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user