changes to no-gpu body class
This commit is contained in:
parent
520c593d3f
commit
b7f3e04eaa
1 changed files with 17 additions and 0 deletions
|
@ -3846,6 +3846,13 @@ input[type=checkbox][switch]:checked:active::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
body.no-gpu {
|
body.no-gpu {
|
||||||
|
--ciderShadow-Generic: var(--mediaItemShadow);
|
||||||
|
--mediaItemShadow-Shadow: var(--mediaItemShadow);
|
||||||
|
--mediaItemShadow-ShadowSubtle: var(--mediaItemShadow);
|
||||||
|
|
||||||
|
.bg-artwork-container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#navigation-bar {
|
#navigation-bar {
|
||||||
backdrop-filter: unset;
|
backdrop-filter: unset;
|
||||||
mix-blend-mode: unset;
|
mix-blend-mode: unset;
|
||||||
|
@ -3874,4 +3881,14 @@ body.no-gpu {
|
||||||
.wpfade-leave-to {
|
.wpfade-leave-to {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drawertransition-enter-active,
|
||||||
|
.drawertransition-leave-active {
|
||||||
|
transition: right 0s var(--appleEase);
|
||||||
|
}
|
||||||
|
|
||||||
|
.drawertransition-enter,
|
||||||
|
.drawertransition-leave-to {
|
||||||
|
right: -300px;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue