Skip to content

Commit

Permalink
fix(chats): fix self reaction position (#1975)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 authored Apr 15, 2024
1 parent b5f4b59 commit 70d4571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kit/src/components/message_group/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
right: unset;
}
.message-reactions-container {
justify-content: flex-start;
transform-origin: left;
}
}
.sender {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/layouts/chats/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
color: var(--text-color);
justify-content: flex-end;
scale: 0.8;
transform-origin: left;
transform-origin: right;

&.pointer {
cursor: pointer
Expand Down

0 comments on commit 70d4571

Please sign in to comment.