rundis / elm-bootstrap

Responsive and reliable web apps with Elm and Twitter Bootstrap
http://elm-bootstrap.info/
BSD 3-Clause "New" or "Revised" License
398 stars 72 forks source link

Navbar: Big customItems make normal menu items lose center alignment #141

Open Munksgaard opened 5 years ago

Munksgaard commented 5 years ago

Example: https://ellie-app.com/48ssjKSWZdwa1

Because the image is slightly larger than the text, the menu items don't appear vertically centered in the navbar. Curiously, the brand item is still vertically centered.

I don't know if it is the right solution, but it would be nice if the div containing the menu items had a style "align-items" "center" on it or something.

Munksgaard commented 5 years ago

Or maybe that whole menuWrapperAttributes div is not needed at all?