feat: lots updates

This commit is contained in:
zerosoul
2022-03-10 10:30:38 +08:00
parent e6f5b6e428
commit d497e7df4f
22 changed files with 415 additions and 174 deletions
+6
View File
@@ -7,6 +7,11 @@ const StyledMsg = styled.div`
padding: 4px;
margin: 8px 0;
border-radius: 8px;
content-visibility: auto;
contain-intrinsic-size: auto 150px;
&.in_view {
content-visibility: visible;
}
&:hover,
&.preview {
background: #f5f6f7;
@@ -95,6 +100,7 @@ const StyledMsg = styled.div`
}
.img {
max-width: 400px;
cursor: pointer;
}
a {
border-radius: 2px;