🩹(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
@@ -12,7 +12,7 @@ const controlBarRegion = cva({
variants: {
mobile: {
true: {
justifyContent: 'space-between',
justifyContent: 'center',
width: '330px',
},
},