Skip to content

navbar: use flex-none to avoid shrinking

Erik Faye-Lund requested to merge kusma/mesa3d.org:fix-navbar-epiphany into master

On GNOME Web / Epiphany, the navbar starts shrinkig as the page grows in length, leading to a difficult-to-use navbar. Let's avoid this by explicitly requesting no flex behavior for this element.

It's unclear to me if Ephiphany or the other browsers are right here, but this doesn't seem to break anything as far as I can tell.

Merge request reports