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