Stop the demo build bar from shrinking on mobile/small sizes (#1353)

This commit is contained in:
Jed Fox
2023-07-17 17:21:21 -04:00
committed by GitHub
parent 185daf470d
commit 4bceaf8a25
2 changed files with 7 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export default function DevelopmentTopBar() {
backgroundColor: colors.y8,
borderBottom: `1px solid ${colors.y6}`,
zIndex: 1,
flexShrink: 0,
},
]}
>

View 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