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'}