fix audio-only hls
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user