Skip to content
Snippets Groups Projects
Commit 209653df authored by insert's avatar insert
Browse files

Fix avatar direction.

parent f5b3b151
Branches
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment