update channel mapper

This commit is contained in:
Luke Pulverenti 2016-06-10 13:34:08 -04:00
parent 7242460988
commit 84945cabc4
2 changed files with 43 additions and 16 deletions

View file

@ -54,6 +54,7 @@
[is="emby-button"].fab i {
height: 4.4vh;
width: 4.4vh;
font-size: 4.4vh;
vertical-align: middle;
}
@ -62,16 +63,17 @@
}
[is="emby-button"].fab.mini {
padding: .4em;
min-width: 40px !important;
min-height: 40px !important;
height: 3.3vh !important;
width: 3.3vh !important;
padding: .4em;
}
[is="emby-button"].fab.mini i {
height: 2.6vh !important;
width: 2.6vh !important;
font-size: 2.6vh !important;
}
[is="emby-button"].fab iron-icon {
@ -80,10 +82,6 @@
vertical-align: middle;
}
[is="emby-button"].fab i {
vertical-align: middle;
}
[is="emby-button"].block {
display: block;
align-items: center;
@ -105,7 +103,7 @@
margin-left: .5em;
}
[is=emby-button].autoSize {
[is=emby-button].autoSize, [is=emby-button].autoSize.fab {
width: auto !important;
height: auto !important;
}