From 1fad8e225ece73e6ae33d4d2919aefe880a16413 Mon Sep 17 00:00:00 2001 From: silberengel Date: Sun, 10 Aug 2025 22:18:39 +0200 Subject: [PATCH] moved bottoms and made them less prominent --- src/lib/components/Notifications.svelte | 26 ++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/src/lib/components/Notifications.svelte b/src/lib/components/Notifications.svelte index b4b2369..8677a64 100644 --- a/src/lib/components/Notifications.svelte +++ b/src/lib/components/Notifications.svelte @@ -764,7 +764,7 @@
-
+
{#if authorProfile?.picture}
{/if} - - @{authorProfile?.displayName || authorProfile?.name || message.pubkey.slice(0, 8) + "..." + message.pubkey.slice(-4)} - +
+ + @{authorProfile?.displayName || authorProfile?.name || message.pubkey.slice(0, 8) + "..." + message.pubkey.slice(-4)} + +
{#if !isFromUser} -
+