Re-add icon to drawer menu (Closes #823)
parent
deb646309b
commit
b5a90026eb
|
@ -95,7 +95,7 @@
|
|||
<ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect" for="accbtn">
|
||||
<li class="mdl-menu__item">hello@email.com</li>
|
||||
<li class="mdl-menu__item">info@domain.net</li>
|
||||
<li class="mdl-menu__item">Add another account...</li>
|
||||
<li class="mdl-menu__item"><i class="material-icons">add</i>Add another account...</li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
@ -34,6 +34,10 @@ html, body {
|
|||
.demo-drawer {
|
||||
border: none;
|
||||
}
|
||||
.demo-drawer .mdl-menu .mdl-menu__item{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.demo-drawer-header {
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue