PolymerElements / paper-toolbar

A Material Design toolbar/appbar
https://www.webcomponents.org/element/PolymerElements/paper-toolbar
40 stars 41 forks source link

Setting different heights to each section #93

Open nicholaswmin opened 8 years ago

nicholaswmin commented 8 years ago

Any way to set different heights for each section of the toolbar?

I'm talking about these sections:

I can certainly do this:

  paper-toolbar {
    --paper-toolbar-height: 128px;
  }

but that would size all sections to 128px;