feat: message edit and reaction

This commit is contained in:
zerosoul
2022-03-08 11:24:02 +08:00
parent 05896932b5
commit c99be639dc
16 changed files with 357 additions and 177 deletions
+6
View File
@@ -26,6 +26,7 @@ const StyledMsg = styled.div`
}
}
.details {
width: 100%;
display: flex;
flex-direction: column;
gap: 8px;
@@ -78,6 +79,11 @@ const StyledMsg = styled.div`
line-height: 20px;
word-break: break-all;
white-space: break-spaces;
.edited {
margin-left: 5px;
color: #999;
font-size: 10px;
}
&.pending {
opacity: 0.5;
}