fix(connected-accounts): stack status + unlink so the full ID shows on mobile

Truncating the Google/Discord sub id with an ellipsis hid it. Stack the
status badge above the unlink button (flex-col) on the right so the right
column is narrow and the identifier gets the room to render in full;
truncate stays only as a safety net for extreme values.
This commit is contained in:
c0mrade
2026-06-04 23:17:57 +03:00
parent 63863a048b
commit 7383505a12

View File

@@ -683,7 +683,7 @@ export default function ConnectedAccounts() {
)}
</div>
</div>
<div className="flex shrink-0 items-center gap-2">
<div className="flex shrink-0 flex-col items-end gap-1.5">
{provider.linked ? (
<>
<span className="text-sm text-success-500">{t('profile.accounts.linked')}</span>