diff --git a/src/layouts/partial-cards.html b/src/layouts/partial-cards.html index 6a9ae40abc..1b945e3cd1 100644 --- a/src/layouts/partial-cards.html +++ b/src/layouts/partial-cards.html @@ -1,6 +1,6 @@ - + @@ -17,24 +17,54 @@ -moz-user-select: none; } + paper-scroll-header-panel[has-views] paper-toolbar { + height: 128px; + } + + .menu-icon { + margin-right: 24px; + } + + #menu > .title { + line-height: 40px; + } + + paper-tabs { + --paper-tabs-selection-bar-color: var(--accent-color); + } + paper-tab { text-transform: uppercase; }