diff --git a/packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx b/packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx index 4711d0523c6a9dff7aebb7ea894facad46c96471..c4c32083218190641a925c8172885bb194663db5 100644 --- a/packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx +++ b/packages/desktop-client/src/components/mobile/accounts/AccountTransactions.jsx @@ -116,6 +116,7 @@ function AccountName({ account, pending, failed }) { width: 8, height: 8, borderRadius: 8, + flexShrink: 0, backgroundColor: pending ? theme.sidebarItemBackgroundPending : failed diff --git a/packages/desktop-client/src/components/mobile/accounts/Accounts.jsx b/packages/desktop-client/src/components/mobile/accounts/Accounts.jsx index 27992d63d9048034ce0794ddc8e48f1fb70df99c..72b122102306e21212bd803d0371cf99aca76c94 100644 --- a/packages/desktop-client/src/components/mobile/accounts/Accounts.jsx +++ b/packages/desktop-client/src/components/mobile/accounts/Accounts.jsx @@ -112,6 +112,7 @@ function AccountCard({ : theme.sidebarItemBackgroundPositive, marginRight: '8px', width: 8, + flexShrink: 0, height: 8, borderRadius: 8, opacity: connected ? 1 : 0, diff --git a/upcoming-release-notes/3206.md b/upcoming-release-notes/3206.md new file mode 100644 index 0000000000000000000000000000000000000000..bdd4a5df294a851888f84963dfc17191cef67b21 --- /dev/null +++ b/upcoming-release-notes/3206.md @@ -0,0 +1,6 @@ +--- +category: Bugfix +authors: [psybers] +--- + +Fix mobile account status indicators cutting off.