mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update detail screen
This commit is contained in:
parent
8ac4ff719f
commit
6435d047f6
2 changed files with 7 additions and 22 deletions
|
@ -261,6 +261,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
.noBackdrop {
|
||||
background: #181818;
|
||||
height: 170px !important;
|
||||
}
|
||||
|
||||
.withBackdrop + .mainDrawerPanel .noBackdrop {
|
||||
|
@ -348,9 +349,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
|
||||
@media all and (max-width: 800px) {
|
||||
|
||||
.detailPageContent {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.detailImageContainer {
|
||||
position: absolute;
|
||||
top: 210px;
|
||||
top: -130px;
|
||||
left: 3%;
|
||||
}
|
||||
|
||||
|
@ -512,10 +517,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.itemBackdrop {
|
||||
height: 290px;
|
||||
}
|
||||
|
||||
.detailImageContainer {
|
||||
top: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 500px) {
|
||||
|
@ -523,10 +524,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.itemBackdrop {
|
||||
height: 240px;
|
||||
}
|
||||
|
||||
.detailImageContainer {
|
||||
top: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 460px) {
|
||||
|
@ -534,10 +531,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.itemBackdrop {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.detailImageContainer {
|
||||
top: 110px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 300px) {
|
||||
|
@ -545,10 +538,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.itemBackdrop {
|
||||
height: 150px;
|
||||
}
|
||||
|
||||
.detailImageContainer {
|
||||
top: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 250px) {
|
||||
|
@ -556,10 +545,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
.itemBackdrop {
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.detailImageContainer {
|
||||
top: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
renderDetails(page, item, context);
|
||||
|
||||
backdrop.setBackdrops([item], {
|
||||
blur: 40
|
||||
blur: 32
|
||||
}, false);
|
||||
|
||||
LibraryBrowser.renderDetailPageBackdrop(page, item, imageLoader);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue