From 975984c4bc03fd9c0cff37594f6d52d4784b5eb2 Mon Sep 17 00:00:00 2001 From: ari melody Date: Sun, 19 Jan 2025 21:57:25 +0000 Subject: [PATCH] give posts and notifications pointer cursors --- src/lib/ui/Notification.svelte | 1 + src/lib/ui/post/Post.svelte | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lib/ui/Notification.svelte b/src/lib/ui/Notification.svelte index 7bcf93c..2695eae 100644 --- a/src/lib/ui/Notification.svelte +++ b/src/lib/ui/Notification.svelte @@ -148,6 +148,7 @@ text-decoration: inherit; color: inherit; transition: background-color .1s; + cursor: pointer; } .notification:hover { diff --git a/src/lib/ui/post/Post.svelte b/src/lib/ui/post/Post.svelte index e9778e2..1178a24 100644 --- a/src/lib/ui/post/Post.svelte +++ b/src/lib/ui/post/Post.svelte @@ -87,6 +87,7 @@ padding: 16px; border-radius: 8px; transition: background-color .1s; + cursor: pointer; } .post:not(.focused) {