You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-06-24 04:46:50 +02:00
feat(web): increase usage of CircleIconButton (#9256)
This commit is contained in:
@ -340,9 +340,12 @@
|
||||
class:opacity-0={galleryInView}
|
||||
class:opacity-100={!galleryInView}
|
||||
>
|
||||
<button on:click={() => memoryGallery.scrollIntoView({ behavior: 'smooth' })}>
|
||||
<CircleIconButton title="Show gallery" icon={mdiChevronDown} color="light" />
|
||||
</button>
|
||||
<CircleIconButton
|
||||
title="Show gallery"
|
||||
icon={mdiChevronDown}
|
||||
color="light"
|
||||
on:click={() => memoryGallery.scrollIntoView({ behavior: 'smooth' })}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<IntersectionObserver
|
||||
|
Reference in New Issue
Block a user