Fix avatar direction.

pull/1049/head
Paul 2021-07-01 21:23:54 +01:00
parent 2c1421fd97
commit 4afdd15813
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export const ReplyBase = styled.div<{ head?: boolean, fail?: boolean, preview?:
white-space: nowrap;
text-overflow: ellipsis;
svg {
svg:first-child {
flex-shrink: 0;
transform: scaleX(-1);
color: var(--tertiary-foreground);