fix audio-only hls
This commit is contained in:
parent
e396019903
commit
2e982826bb
13 changed files with 99 additions and 57 deletions
|
@ -1535,7 +1535,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.detailsMenuContentInner {
|
||||
height: 200px;
|
||||
height: 220px;
|
||||
}
|
||||
|
||||
.detailsMenuOverview {
|
||||
|
@ -1573,6 +1573,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
line-height: .5;
|
||||
}
|
||||
|
||||
@media all and (max-height:500px) {
|
||||
|
||||
.detailsMenuUserData {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height:500px) {
|
||||
|
||||
.detailsMenuContentInner {
|
||||
|
|
|
@ -39,7 +39,19 @@
|
|||
vertical-align: middle;
|
||||
text-align: left;
|
||||
font-size: 15px;
|
||||
max-width: 150px;
|
||||
max-width: 130px;
|
||||
}
|
||||
|
||||
@media (min-width: 500px) {
|
||||
.nowPlayingText {
|
||||
max-width: 180px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.nowPlayingText {
|
||||
max-width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 800px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue