Skip to content

Commit

Permalink
added support for sending reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Aug 15, 2021
1 parent ebac0db commit fa85e61
Show file tree
Hide file tree
Showing 6 changed files with 376 additions and 294 deletions.
10 changes: 10 additions & 0 deletions src/app/molecules/message/Message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,16 @@
}
.message__reactions {
display: flex;
flex-wrap: wrap;

& .ic-btn-surface {
display: none;
padding: var(--sp-ultra-tight);
margin-top: var(--sp-extra-tight);
}
&:hover .ic-btn-surface {
display: block;
}
}
.msg__reaction {
margin: var(--sp-extra-tight) var(--sp-extra-tight) 0 0;
Expand Down
Loading

0 comments on commit fa85e61

Please sign in to comment.