From ce94eba8ed320b59c3a1bddb18ce414d1a801d9d Mon Sep 17 00:00:00 2001 From: Ward Date: Fri, 6 Mar 2026 16:04:38 +1300 Subject: [PATCH] Fix item-select-focused class condition --- materialious/src/lib/components/layout/ItemsList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materialious/src/lib/components/layout/ItemsList.svelte b/materialious/src/lib/components/layout/ItemsList.svelte index 24fe4310..d62b6af6 100644 --- a/materialious/src/lib/components/layout/ItemsList.svelte +++ b/materialious/src/lib/components/layout/ItemsList.svelte @@ -92,7 +92,7 @@ id: uniqueItemId })} class="no-padding item-select border" - class:item-select-focused={spatialItem.highlighted} + class:item-select-focused={!isMobile() && spatialItem.highlighted} style="height: 100%;" > {#if item.type === 'video' || item.type === 'shortVideo' || item.type === 'stream' || item.type === 'historyVideo'}