mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
Stop the demo build bar from shrinking on mobile/small sizes (#1353)
This commit is contained in:
@@ -16,6 +16,7 @@ export default function DevelopmentTopBar() {
|
||||
backgroundColor: colors.y8,
|
||||
borderBottom: `1px solid ${colors.y6}`,
|
||||
zIndex: 1,
|
||||
flexShrink: 0,
|
||||
},
|
||||
]}
|
||||
>
|
||||
|
||||
6
upcoming-release-notes/1353.md
Normal file
6
upcoming-release-notes/1353.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [j-f1]
|
||||
---
|
||||
|
||||
Prevent the “This is a demo build of Actual” bar from shrinking on small screen sizes
|
||||
Reference in New Issue
Block a user