Added iron-flext-layout-classes and included the iron-flext and iron-flex-alignment styles. - #260
Added iron-flext-layout-classes and included the iron-flext and iron-flex-alignment styles.#260arielmagbanua wants to merge 2 commits into
Conversation
…e paper-drawer-panel won't render properly, both panel won't occupy the entire top part of browser window and the content won't show.
| <link rel="import" | ||
| href="/bower_components/iron-flex-layout/iron-flex-layout.html"> | ||
| <link rel="import" | ||
| href="/bower_components/paper-styles/paper-styles.html"> |
There was a problem hiding this comment.
Please don't import paper-styles.html like this. As mentioned in the docs (https://github.com/PolymerElements/paper-styles/blob/master/paper-styles.html#L33), we recommend importing the needed subfiles, not this generic one
|
@notwaldorf yeah I see the real issue why header panel is not rendering properly in the responsive material design layouts guides. Thanks! |
…flex-alignment it is needed by the header panels without it the header and content won't render properly and you can visibly see a gap space between the header and the top area of the browser window.
|
@notwaldorf I pushed some new changes in this request. I Added iron-flext-layout-classes and included the iron-flext and iron-flex-alignment styles, it is needed by the header panels without it the header and content won't render properly and you can visibly see a gap space between the header and the top area of the browser window. |
|
/cc @arthurevans @blasten since this is docs and code i don't actually know about |
|
I'd merge it if it looks good to @arthurevans |
|
LGTM, thanks! |
Added paper-styles as import. Without it the paper-header-panel or the paper-drawer-panel won't render properly, both panel won't occupy the entire top part of browser window and the content won't show.