mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update timer images
This commit is contained in:
parent
6190a7ea45
commit
67bfc785cb
@ -13,7 +13,7 @@
|
||||
|
||||
.background-theme-b .backgroundContainer.withBackdrop {
|
||||
background-color: rgba(6, 6, 6, .94) !important;
|
||||
background: linear-gradient(to right, rgba(0, 0, 0, .98), rgba(0, 0, 0, .95), rgba(0, 0, 0, .64)) !important;
|
||||
background: linear-gradient(to right, rgba(0, 0, 0, .99), rgba(0, 0, 0, .92), rgba(0, 0, 0, .5)) !important;
|
||||
}
|
||||
|
||||
.ui-body-b {
|
||||
@ -250,7 +250,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||
background-size: cover;
|
||||
background-position: center 15%;
|
||||
background-repeat: no-repeat;
|
||||
height: 300px;
|
||||
height: 50vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@ -518,41 +518,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media all and (max-height: 540px) {
|
||||
|
||||
.itemBackdrop {
|
||||
height: 290px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 500px) {
|
||||
|
||||
.itemBackdrop {
|
||||
height: 240px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 460px) {
|
||||
|
||||
.itemBackdrop {
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 300px) {
|
||||
|
||||
.itemBackdrop {
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height: 250px) {
|
||||
|
||||
.itemBackdrop {
|
||||
height: 120px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width: 800px) {
|
||||
|
||||
.editorMenuLink {
|
||||
|
@ -6,11 +6,6 @@
|
||||
.itemBackdrop {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.background-theme-b .backgroundContainer.withBackdrop {
|
||||
background-color: rgba(6, 6, 6, .94) !important;
|
||||
background: linear-gradient(to right, rgba(0, 0, 0, .98), rgba(0, 0, 0, .98), rgba(0, 0, 0, .4)) !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -123,6 +123,7 @@
|
||||
showDetailsMenu: true,
|
||||
centerText: !supportsImageAnalysis,
|
||||
showParentTitle: true,
|
||||
overlayText: false,
|
||||
allowBottomPadding: allowBottomPadding,
|
||||
cardLayout: supportsImageAnalysis,
|
||||
vibrant: supportsImageAnalysis
|
||||
|
@ -95,7 +95,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
var holidayThemeKey = 'holidaytheme5';
|
||||
var holidayThemeKey = 'holidaytheme6';
|
||||
function getHolidayTheme() {
|
||||
return appSettings.get(holidayThemeKey);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user