mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
support timeshifting with safari mac and edge mobile
This commit is contained in:
parent
db6a9f6ed5
commit
d61fcea76c
6 changed files with 50 additions and 25 deletions
|
@ -380,6 +380,16 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
display: flex;
|
||||
margin-bottom: 3.6em;
|
||||
}
|
||||
|
||||
.shadedDetailSection, .detailPagePrimaryContainer {
|
||||
background: rgba(0,0,0,.7);
|
||||
padding: 1em;
|
||||
box-shadow: 0 0 10px 1px black;
|
||||
}
|
||||
|
||||
.detailSection h1 {
|
||||
opacity: .9;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 1200px) {
|
||||
|
@ -832,4 +842,4 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.mediaInfoText-upper {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue