update osd
This commit is contained in:
parent
d516717cc9
commit
0e1df8a39d
4 changed files with 82 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue