mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-03 06:52:08 +03:00
Divider on context menu upddate
This commit is contained in:
parent
2034254aae
commit
53a1076e1f
@ -55,7 +55,7 @@
|
|||||||
on:mouseleave={onDismiss}
|
on:mouseleave={onDismiss}
|
||||||
on:blur={onDismiss}
|
on:blur={onDismiss}
|
||||||
style="position: absolute; top:{pos.y}px; left:{pos.x}px"
|
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} />
|
<slot {item} />
|
||||||
</div>
|
</div>
|
||||||
|
@ -154,6 +154,8 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</PopupMenuItem>
|
</PopupMenuItem>
|
||||||
|
|
||||||
|
<div class="w-full border-t border-light-300 dark:border-dark-500 my-2"></div>
|
||||||
|
|
||||||
<PopupMenuItem on:click={() => branchController.createBranch({ order })}>
|
<PopupMenuItem on:click={() => branchController.createBranch({ order })}>
|
||||||
Create branch before
|
Create branch before
|
||||||
</PopupMenuItem>
|
</PopupMenuItem>
|
||||||
|
Loading…
Reference in New Issue
Block a user