Skip to content
Snippets Groups Projects
Unverified Commit 5ba80fcb authored by Robert Dyer's avatar Robert Dyer Committed by GitHub
Browse files

Fix mobile status indicators cutting off. (#3206)

parent 7b77f604
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ function AccountName({ account, pending, failed }) {
width: 8,
height: 8,
borderRadius: 8,
flexShrink: 0,
backgroundColor: pending
? theme.sidebarItemBackgroundPending
: failed
......
......@@ -112,6 +112,7 @@ function AccountCard({
: theme.sidebarItemBackgroundPositive,
marginRight: '8px',
width: 8,
flexShrink: 0,
height: 8,
borderRadius: 8,
opacity: connected ? 1 : 0,
......
---
category: Bugfix
authors: [psybers]
---
Fix mobile account status indicators cutting off.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment