From ccc932e182356cf6be430a790bdb807e8f8328cc Mon Sep 17 00:00:00 2001 From: Chneemann Date: Sun, 2 Jun 2024 18:56:54 +0200 Subject: [PATCH] visualise your own emoji reactions --- .../reaction-emojis/reaction-emojis.component.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/components/main-chat/single-chat/reaction-emojis/reaction-emojis.component.html b/src/app/components/main-chat/single-chat/reaction-emojis/reaction-emojis.component.html index fc9572d..77c5fc2 100644 --- a/src/app/components/main-chat/single-chat/reaction-emojis/reaction-emojis.component.html +++ b/src/app/components/main-chat/single-chat/reaction-emojis/reaction-emojis.component.html @@ -26,7 +26,6 @@ [ngStyle]="{ left: user.id === userService.getCurrentUserId() ? 'unset' : '', right: user.id === userService.getCurrentUserId() ? '20px' : '', - }" > } @@ -35,6 +34,10 @@ @if (reaction.id) {