kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
UserPanel: fix RTL support for @
rodzic
8a8a132b6a
commit
4a56995385
|
@ -69,9 +69,11 @@ const UserPanel: React.FC<IUserPanel> = ({ accountId, action, badges, domain })
|
||||||
</HStack>
|
</HStack>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<Text size='sm' theme='muted' truncate>
|
<HStack>
|
||||||
@{getAcct(account, fqn)}
|
<Text size='sm' theme='muted' direction='ltr' truncate>
|
||||||
</Text>
|
@{getAcct(account, fqn)}
|
||||||
|
</Text>
|
||||||
|
</HStack>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
<HStack alignItems='center' space={3}>
|
<HStack alignItems='center' space={3}>
|
||||||
|
|
Ładowanie…
Reference in New Issue