mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
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:
@@ -683,7 +683,7 @@ export default function ConnectedAccounts() {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</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 ? (
|
{provider.linked ? (
|
||||||
<>
|
<>
|
||||||
<span className="text-sm text-success-500">{t('profile.accounts.linked')}</span>
|
<span className="text-sm text-success-500">{t('profile.accounts.linked')}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user