1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update timer images

This commit is contained in:
Luke Pulverenti 2016-12-17 21:35:21 -05:00
parent 6190a7ea45
commit 67bfc785cb
4 changed files with 4 additions and 43 deletions

View file

@ -13,7 +13,7 @@
.background-theme-b .backgroundContainer.withBackdrop { .background-theme-b .backgroundContainer.withBackdrop {
background-color: rgba(6, 6, 6, .94) !important; 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 { .ui-body-b {
@ -250,7 +250,7 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
background-size: cover; background-size: cover;
background-position: center 15%; background-position: center 15%;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 300px; height: 50vh;
position: relative; position: relative;
} }
@ -518,41 +518,6 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
display: inline-block; 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) { @media all and (max-width: 800px) {
.editorMenuLink { .editorMenuLink {

View file

@ -6,11 +6,6 @@
.itemBackdrop { .itemBackdrop {
display: none; 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> </style>

View file

@ -123,6 +123,7 @@
showDetailsMenu: true, showDetailsMenu: true,
centerText: !supportsImageAnalysis, centerText: !supportsImageAnalysis,
showParentTitle: true, showParentTitle: true,
overlayText: false,
allowBottomPadding: allowBottomPadding, allowBottomPadding: allowBottomPadding,
cardLayout: supportsImageAnalysis, cardLayout: supportsImageAnalysis,
vibrant: supportsImageAnalysis vibrant: supportsImageAnalysis

View file

@ -95,7 +95,7 @@
} }
} }
var holidayThemeKey = 'holidaytheme5'; var holidayThemeKey = 'holidaytheme6';
function getHolidayTheme() { function getHolidayTheme() {
return appSettings.get(holidayThemeKey); return appSettings.get(holidayThemeKey);
} }