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

remove backdrop call

This commit is contained in:
grafixeyehero 2019-11-24 20:43:37 +03:00
parent 79cd6a7552
commit bad156654b
7 changed files with 7 additions and 11 deletions

View file

@ -49,7 +49,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
opacity: .93 opacity: .60
} }
@media (orientation:portrait) { @media (orientation:portrait) {

View file

@ -36,7 +36,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, .86) background-color: rgba(0, 0, 0, 0.60)
} }
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {

View file

@ -36,7 +36,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, .86) background-color: rgba(0, 0, 0, .60)
} }
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {

View file

@ -48,7 +48,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
background-color: rgba(255, 255, 255, .94) background-color: rgba(255, 255, 255, .80)
} }
.dialog { .dialog {

View file

@ -49,7 +49,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
opacity: .93 opacity: .60
} }
@media (orientation:portrait) { @media (orientation:portrait) {

View file

@ -61,7 +61,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
background: rgba(17, 98, 164, .9) background: rgba(17, 98, 164, .60)
} }
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {

View file

@ -521,11 +521,7 @@ define(["loading", "appRouter", "layoutManager", "connectionManager", "cardBuild
renderDetails(page, item, apiClient, context); renderDetails(page, item, apiClient, context);
renderTrackSelections(page, instance, item); renderTrackSelections(page, instance, item);
if (dom.getWindowSize().innerWidth >= 1000) { backdrop.clear();
backdrop.setBackdrops([item]);
} else {
backdrop.clear();
}
renderDetailPageBackdrop(page, item, apiClient); renderDetailPageBackdrop(page, item, apiClient);
var canPlay = reloadPlayButtons(page, item); var canPlay = reloadPlayButtons(page, item);