Skip to content

Commit

Permalink
fix: remove cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Sep 11, 2023
1 parent e483d1a commit 8f94819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/lemmy/post/Post.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div
id={post.post.id.toString()}
on:click={onclick}
class="relative flex flex-col gap-2.5 cursor-pointer"
class="relative flex flex-col gap-2.5"
>
{#if view == 'list' || view == 'compact'}
<div
Expand Down

0 comments on commit 8f94819

Please sign in to comment.