fix message emojis reaction alignment
This commit is contained in:
parent
19d3605e11
commit
3c5c6098d1
3 changed files with 21 additions and 2 deletions
9
src/assets/css/_mixins.scss
Normal file
9
src/assets/css/_mixins.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
@mixin emoji-reaction-transform($type: 'right') {
|
||||
@if $type == 'right' {
|
||||
transform: translateX(20px) translateX(100%);
|
||||
}
|
||||
|
||||
@if $type == 'left' {
|
||||
transform: translateX(-20px) translateX(-100%);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue