diff --git a/CHANGELOG.md b/CHANGELOG.md index 790d6abc..9787a202 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to - ⬆️(mail) fix dependencies not having resolved or integrity field #1321 - 🐛(summary) complete webm support #1328 - 🐛(backend) add link to "Open" text in recording email +- 🩹(frontend) fix spacing regression in mobile control bar ## [1.15.0] - 2026-04-30 diff --git a/src/frontend/src/features/layout/components/ControlBarRegion.tsx b/src/frontend/src/features/layout/components/ControlBarRegion.tsx index 3d3257ce..b19dd6ed 100644 --- a/src/frontend/src/features/layout/components/ControlBarRegion.tsx +++ b/src/frontend/src/features/layout/components/ControlBarRegion.tsx @@ -12,7 +12,7 @@ const controlBarRegion = cva({ variants: { mobile: { true: { - justifyContent: 'space-between', + justifyContent: 'center', width: '330px', }, },