mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 08:38:37 +00:00
Fix avatar direction.
This commit is contained in:
@@ -26,7 +26,7 @@ export const ReplyBase = styled.div<{ head?: boolean, fail?: boolean, preview?:
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
svg {
|
svg:first-child {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
transform: scaleX(-1);
|
transform: scaleX(-1);
|
||||||
color: var(--tertiary-foreground);
|
color: var(--tertiary-foreground);
|
||||||
|
|||||||
Reference in New Issue
Block a user