mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
Fix avatar direction.
This commit is contained in:
parent
f5b3b15188
commit
209653dfd7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue