update osd

This commit is contained in:
Luke Pulverenti 2015-08-28 15:10:44 -04:00
parent d516717cc9
commit 0e1df8a39d
4 changed files with 82 additions and 10 deletions

View file

@ -4,7 +4,7 @@
}
.nowPlayingText {
display: inline-block;
display: inline-block;.
font-weight: normal;
position: relative;
top: -7px;
@ -18,6 +18,15 @@
max-width: 130px;
}
.mediaButton.infoButton iron-icon {
width: 34px;
height: 34px;
}
.mediaButton.active {
color: #2ad;
}
@media (min-width: 500px) {
.nowPlayingText {
max-width: 180px;