🩹(frontend) fix spacing regression in mobile control bar

Correct excessive spacing between action buttons in the mobile
control bar introduced by a recent layout change.
This commit is contained in:
lebaudantoine
2026-05-13 19:53:00 +02:00
committed by aleb_the_flash
parent 1b4a8fbac2
commit 72184e1370
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
@@ -12,7 +12,7 @@ const controlBarRegion = cva({
variants: {
mobile: {
true: {
justifyContent: 'space-between',
justifyContent: 'center',
width: '330px',
},
},