mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support video_ts.nfo
This commit is contained in:
parent
4b2be0b97a
commit
91f96dbe68
42 changed files with 343 additions and 510 deletions
|
@ -1565,16 +1565,14 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.detailsMenuButtonContainer {
|
||||
display: inline-block;
|
||||
margin-left: .5em;
|
||||
margin-right: .5em;
|
||||
}
|
||||
|
||||
.detailsMenuButtonContainer span {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.detailsMenuButtonContainer + .detailsMenuButtonContainer {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
.detailsMenu h3 {
|
||||
padding: 0 30px;
|
||||
}
|
||||
|
@ -1586,7 +1584,18 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.detailsMenuOverview {
|
||||
max-height: 120px;
|
||||
max-height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-height:540px) {
|
||||
|
||||
.detailsMenuContentInner {
|
||||
height: 340px;
|
||||
}
|
||||
|
||||
.detailsMenuOverview {
|
||||
max-height: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1597,6 +1606,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
}
|
||||
|
||||
.detailsMenuOverview {
|
||||
max-height: 220px;
|
||||
max-height: 160px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue