patternfly / patternfly-react

A set of React components for the PatternFly project.
https://react-staging.patternfly.org/
MIT License
768 stars 350 forks source link

Masthead - updates to support better logo layout #10788

Closed mcoker closed 1 month ago

mcoker commented 1 month ago

Placeholder issue for https://github.com/patternfly/patternfly/pull/6870

So far this update will just be to add a new container around the masthead toggle and logo, and rename a couple of containers within it.

srambach commented 1 month ago

We've added a wrapper around the toggle and logo in the masthead. One wrinkle is that

Old structure of the masthead was:

masthead
  masthead__toggle
  masthead__main
    masthead__brand
  masthead__content

New structure of the masthead is:

masthead
  masthead__main
    masthead__toggle
    masthead__brand
      masthead__logo
  masthead__content
tlabaj commented 1 month ago

closed by #10809