diff --git a/src/comp/postlist.svelte b/src/comp/postlist.svelte index d2e3c47..eb13fd6 100644 --- a/src/comp/postlist.svelte +++ b/src/comp/postlist.svelte @@ -83,11 +83,15 @@ padding: 32px; border-radius: 16px; - pointer-events: all; + pointer-events: none; box-shadow: 0px 0px 16px var(--accent-dim); outline: 2px solid var(--accent-dim); } + + .postPreview[data-visible] > .preview { + pointer-events: all; + }