mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
Fix mobile status indicators cutting off. (#3206)
This commit is contained in:
@@ -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,
|
||||
|
||||
6
upcoming-release-notes/3206.md
Normal file
6
upcoming-release-notes/3206.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [psybers]
|
||||
---
|
||||
|
||||
Fix mobile account status indicators cutting off.
|
||||
Reference in New Issue
Block a user