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:
parent
79cd6a7552
commit
bad156654b
7 changed files with 7 additions and 11 deletions
|
@ -49,7 +49,7 @@ html {
|
|||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
opacity: .93
|
||||
opacity: .60
|
||||
}
|
||||
|
||||
@media (orientation:portrait) {
|
||||
|
|
|
@ -36,7 +36,7 @@ html {
|
|||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
background-color: rgba(0, 0, 0, .86)
|
||||
background-color: rgba(0, 0, 0, 0.60)
|
||||
}
|
||||
|
||||
.paper-icon-button-light:hover:not(:disabled) {
|
||||
|
|
|
@ -36,7 +36,7 @@ html {
|
|||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
background-color: rgba(0, 0, 0, .86)
|
||||
background-color: rgba(0, 0, 0, .60)
|
||||
}
|
||||
|
||||
.paper-icon-button-light:hover:not(:disabled) {
|
||||
|
|
|
@ -48,7 +48,7 @@ html {
|
|||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
background-color: rgba(255, 255, 255, .94)
|
||||
background-color: rgba(255, 255, 255, .80)
|
||||
}
|
||||
|
||||
.dialog {
|
||||
|
|
|
@ -49,7 +49,7 @@ html {
|
|||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
opacity: .93
|
||||
opacity: .60
|
||||
}
|
||||
|
||||
@media (orientation:portrait) {
|
||||
|
|
|
@ -61,7 +61,7 @@ html {
|
|||
}
|
||||
|
||||
.backgroundContainer.withBackdrop {
|
||||
background: rgba(17, 98, 164, .9)
|
||||
background: rgba(17, 98, 164, .60)
|
||||
}
|
||||
|
||||
.paper-icon-button-light:hover:not(:disabled) {
|
||||
|
|
|
@ -521,11 +521,7 @@ define(["loading", "appRouter", "layoutManager", "connectionManager", "cardBuild
|
|||
renderDetails(page, item, apiClient, context);
|
||||
renderTrackSelections(page, instance, item);
|
||||
|
||||
if (dom.getWindowSize().innerWidth >= 1000) {
|
||||
backdrop.setBackdrops([item]);
|
||||
} else {
|
||||
backdrop.clear();
|
||||
}
|
||||
|
||||
renderDetailPageBackdrop(page, item, apiClient);
|
||||
var canPlay = reloadPlayButtons(page, item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue