fix(voice): fixed header style

This commit is contained in:
trashtemp
2022-01-16 13:44:00 +01:00
parent 59fb8a3c0f
commit da5d82537d
6 changed files with 26 additions and 27 deletions

View File

@@ -60,6 +60,7 @@ export const ReplyBase = styled.div<{
}
.user {
//margin-inline-start: 12px;
gap: 6px;
display: flex;
flex-shrink: 0;
@@ -98,6 +99,10 @@ export const ReplyBase = styled.div<{
transition: transform ease-in-out 0.1s;
filter: brightness(1);
> svg {
flex-shrink: 0;
}
> span > p {
display: flex;
align-items: center;