mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-18 22:36:29 +00:00
🩹(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:
committed by
aleb_the_flash
parent
1b4a8fbac2
commit
72184e1370
@@ -12,7 +12,7 @@ const controlBarRegion = cva({
|
||||
variants: {
|
||||
mobile: {
|
||||
true: {
|
||||
justifyContent: 'space-between',
|
||||
justifyContent: 'center',
|
||||
width: '330px',
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user