You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Percent width used to be possible in paper-drawer-panel and is useful along with some pixel min for wide enough screens. Is there a way to set app-drawer width in percent of the app-drawer-layout along with min-width? --app-drawer-width: 20%; seems to make it super narrow.
app-layout version 2.0.0 (2.0-preview)
Expected outcome
Width to be 20% of the window and auto-adjust when window is resized
Description
Percent width used to be possible in
paper-drawer-panel
and is useful along with some pixel min for wide enough screens. Is there a way to setapp-drawer
width in percent of the app-drawer-layout along withmin-width
?--app-drawer-width: 20%;
seems to make it super narrow.app-layout version 2.0.0 (2.0-preview)
Expected outcome
Width to be 20% of the window and auto-adjust when window is resized
Actual outcome
Not quite sure what is actually happening
Live Demo
http://jsbin.com/quxegunumo/edit?html,output
Steps to reproduce
Run the sample, resize the browser window
Browsers Affected
The text was updated successfully, but these errors were encountered: