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 {
|
||||
--ciderShadow-Generic: var(--mediaItemShadow);
|
||||
--mediaItemShadow-Shadow: var(--mediaItemShadow);
|
||||
--mediaItemShadow-ShadowSubtle: var(--mediaItemShadow);
|
||||
|
||||
.bg-artwork-container {
|
||||
display: none;
|
||||
}
|
||||
#navigation-bar {
|
||||
backdrop-filter: unset;
|
||||
mix-blend-mode: unset;
|
||||
|
@ -3874,4 +3881,14 @@ body.no-gpu {
|
|||
.wpfade-leave-to {
|
||||
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