update hdhomerun
This commit is contained in:
parent
74fad00abe
commit
1aeb69a26c
24 changed files with 244 additions and 87 deletions
|
@ -6,7 +6,7 @@
|
|||
}
|
||||
|
||||
.hiddenNowPlayingBar .nowPlayingBar {
|
||||
display: none!important;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.mediaButton, .nowPlayingBarUserDataButtons .btnUserItemRating {
|
||||
|
@ -15,14 +15,15 @@
|
|||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.mediaButton iron-icon {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.mediaButton.remoteControlButton iron-icon, .mediaButton.muteButton iron-icon, .mediaButton.unmuteButton iron-icon {
|
||||
height: 26px;
|
||||
}
|
||||
.mediaButton iron-icon {
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
.mediaButton.remoteControlButton iron-icon, .mediaButton.muteButton iron-icon, .mediaButton.unmuteButton iron-icon {
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.nowPlayingDoubleText {
|
||||
top: -3px;
|
||||
|
@ -61,6 +62,14 @@
|
|||
max-width: 130px;
|
||||
}
|
||||
|
||||
.toggleRepeatButton iron-icon {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.repeatActive {
|
||||
color: #3367d6;
|
||||
}
|
||||
|
||||
@media (min-width: 500px) {
|
||||
.nowPlayingBarText {
|
||||
max-width: 180px;
|
||||
|
@ -222,6 +231,10 @@
|
|||
.nowPlayingBarPositionSlider #sliderKnob {
|
||||
top: -15px !important;
|
||||
}
|
||||
|
||||
.toggleRepeatButton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width: 800px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue