ux: display all emojis reactions

This commit is contained in:
10G Meow 2023-04-16 13:45:35 +03:00
parent 4c76ebbca6
commit c31386566f
7 changed files with 102 additions and 65 deletions

View file

@ -1,9 +1 @@
@mixin emoji-reaction-transform($type: 'right') {
@if $type == 'right' {
transform: translateX(20px) translateX(100%);
}
@if $type == 'left' {
transform: translateX(-20px) translateX(-100%);
}
}
// Sass Mixins