mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 09:01:45 +03:00
Revert broken change to new branch drop marker
This commit is contained in:
parent
c6be0f16f3
commit
3b9bb356a4
@ -42,12 +42,9 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="drag-zone-marker hidden flex-grow rounded border border-green-450 p-8">
|
<div class="drop-zone-marker hidden flex-grow rounded-lg border border-green-450 p-8">
|
||||||
<div class="flex flex-col items-center gap-y-3 self-center p-2">
|
<div class="flex flex-col items-center gap-y-3 self-center p-2">
|
||||||
<p>Drag changes or click button to create new virtual branch</p>
|
<p>Drop here to create new virtual branch</p>
|
||||||
<Button color="purple" height="small" on:click={handleNewVirtualBranch}>
|
|
||||||
New virtual branch
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user