ChromeDevTools / debugger-protocol-viewer

DevTools Protocol API docs—its domains, methods, and events
https://chromedevtools.github.io/devtools-protocol/
Other
860 stars 173 forks source link

New design: Broken navigation when for some areas #18

Closed auchenberg closed 9 years ago

auchenberg commented 9 years ago

In the new (lovely) design, when you explore an area like "CSS" that has a relatively short string length, something weird happens with the navigation width. Looks like you are using flexbox +width:100% that might cause some funkyness.

chrome debugger protocol viewer

kdzwinel commented 9 years ago

Hey Kenneth, thanks for reporting! The interesting thing is it only happens on Chrome stable - in Firefox and Chrome canary menu is always visible. For now I think I'll fix it with min-width, but I plan to replace whole menu with material design menu element anyway. Current design, as beautiful as it is, is only temporary :)

paulirish commented 9 years ago

thx for the report dude

auchenberg commented 9 years ago

Yeah, it looks like some flex-box funkyness I could quite figure out in 5min. Cool, Material sounds great!