feat: message reaction

This commit is contained in:
zerosoul
2022-03-05 13:26:06 +08:00
parent acd007fb71
commit 2579761c7a
28 changed files with 826 additions and 304 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ const StyledSend = styled.div`
}
.picker {
position: absolute;
top: -15px;
right: 0;
top: -20px;
right: -15px;
transform: translateY(-100%);
}
}