From 7fae8935583c3999421eb4740363362cd68d1283 Mon Sep 17 00:00:00 2001 From: CJPeckover Date: Tue, 16 Sep 2025 13:07:56 -0400 Subject: [PATCH] - make view icon visible on mobile --- web/src/lib/components/assets/thumbnail/thumbnail.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/components/assets/thumbnail/thumbnail.svelte b/web/src/lib/components/assets/thumbnail/thumbnail.svelte index 8e13e4b23e..6c5f191572 100644 --- a/web/src/lib/components/assets/thumbnail/thumbnail.svelte +++ b/web/src/lib/components/assets/thumbnail/thumbnail.svelte @@ -354,7 +354,7 @@ {/if} - {#if mouseOver && selectionActive} + {#if selectionActive && (usingMobileDevice || mouseOver)}