feat: brand new send file UX

This commit is contained in:
zerosoul
2022-04-22 17:04:58 +08:00
parent c24ee53967
commit b34eee726b
28 changed files with 1003 additions and 291 deletions
+2 -2
View File
@@ -70,10 +70,10 @@ const StyledMsg = styled.div`
font-size: 10px;
}
&.sending {
opacity: 0.5;
opacity: 0.9;
}
.img {
max-width: 400px;
max-width: 480px;
cursor: pointer;
}
> .link {