happyculteur / maps

Maps to find the bees and the honey !
GNU Affero General Public License v3.0
2 stars 3 forks source link

AppBar: Center survey button #42

Open Klemele opened 5 years ago

Klemele commented 5 years ago

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

Originally posted by @Klemele in https://github.com/happyculteur/maps/pull/36

coralieco commented 5 years ago

image 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,