mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +03:00
Button-ified the repo name
This commit is contained in:
parent
11e1b1f340
commit
40a98d8cd7
@ -23,10 +23,12 @@
|
||||
</div>
|
||||
</a>
|
||||
{#if $project}
|
||||
<div class="ml-3">
|
||||
<div class="ml-1">
|
||||
<Popover>
|
||||
<div slot="button">
|
||||
{$project.title}
|
||||
<div slot="button" class="flex align-item-centerh-5 py-2 px-2 rounded-md hover:bg-zinc-700">
|
||||
<div class="h-4">
|
||||
{$project.title}
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex flex-col">
|
||||
<ul class="flex flex-col overflow-y-auto p-2 max-h-[289px]">
|
||||
|
Loading…
Reference in New Issue
Block a user