mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Change position of the icon
This commit is contained in:
parent
1967c1e237
commit
b7f1a1ad4b
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="text-white flex gap-2">
|
<div class="text-white flex gap-2">
|
||||||
<CircleIconButton logo={CloudDownloadOutline} on:click={() => dispatch('download')} />
|
<CircleIconButton logo={CloudDownloadOutline} on:click={() => dispatch('download')} />
|
||||||
<CircleIconButton logo={InformationOutline} on:click={() => dispatch('showDetail')} />
|
|
||||||
<CircleIconButton logo={DeleteOutline} on:click={() => dispatch('delete')} />
|
<CircleIconButton logo={DeleteOutline} on:click={() => dispatch('delete')} />
|
||||||
|
<CircleIconButton logo={InformationOutline} on:click={() => dispatch('showDetail')} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue