kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'userpanel-rtl' into 'main'
UserPanel: fix RTL support for @ See merge request soapbox-pub/soapbox!2791environments/review-main-yi2y9f/deployments/4126
commit
971bcb41e4
|
@ -69,9 +69,11 @@ const UserPanel: React.FC<IUserPanel> = ({ accountId, action, badges, domain })
|
|||
</HStack>
|
||||
</Link>
|
||||
|
||||
<Text size='sm' theme='muted' truncate>
|
||||
@{getAcct(account, fqn)}
|
||||
</Text>
|
||||
<HStack>
|
||||
<Text size='sm' theme='muted' direction='ltr' truncate>
|
||||
@{getAcct(account, fqn)}
|
||||
</Text>
|
||||
</HStack>
|
||||
</Stack>
|
||||
|
||||
<HStack alignItems='center' space={3}>
|
||||
|
|
Ładowanie…
Reference in New Issue