You can remove the empty div as you said, purpose of it was to take the place to force the SurveyButton to be at the most right place. So now its useless ;)
Maybe you can try to wrap the Button under another div with display:flex & justifyContent: center
If you're ok with these visual, I can implement it. I re-used the proposition I made on the first PR, I could not make it work with the div (display:flex & justifyContent: center) as you suggested,
You can remove the empty div as you said, purpose of it was to take the place to force the
SurveyButton
to be at the most right place. So now its useless ;)Maybe you can try to wrap the
Button
under another div withdisplay:flex
&justifyContent: center
Originally posted by @Klemele in https://github.com/happyculteur/maps/pull/36