mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 14:23:01 -08:00
- make view icon visible on mobile
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
{/if}
|
||||
|
||||
<!-- View Asset while selecting -->
|
||||
{#if mouseOver && selectionActive}
|
||||
{#if selectionActive && (usingMobileDevice || mouseOver)}
|
||||
<button
|
||||
type="button"
|
||||
onclick={onViewerIconClickedHandler}
|
||||
|
||||
Reference in New Issue
Block a user