Center drop zone text

This commit is contained in:
idonahue 2023-07-11 11:35:55 +02:00 committed by Ian Donahue
parent 94e6ed09c9
commit e1509d69f0

View File

@ -184,7 +184,7 @@
>
</div>
<div class="flex flex-shrink flex-col gap-y-2">
<div class="drop-zone-marker hidden rounded-lg border p-6">
<div class="drop-zone-marker hidden rounded border p-6 text-center">
Drop here to add to virtual branch
</div>
{#each files as file (file.id)}