Fixed message replies + refined account settings

This commit is contained in:
nizune
2021-08-04 14:48:33 +02:00
parent 204fe3dfed
commit fd0bc03c78
3 changed files with 93 additions and 26 deletions

View File

@@ -48,7 +48,7 @@ export const ReplyBase = styled.div<{
}
.user {
gap: 4px;
gap: 6px;
display: flex;
flex-shrink: 0;
font-weight: 600;
@@ -92,9 +92,9 @@ export const ReplyBase = styled.div<{
pointer-events: none;
}
> span {
/*> span > p {
display: flex;
}
}*/
}
> svg:first-child {