CSS optimizations for HW acceleration disabled
This commit is contained in:
parent
997847e146
commit
f9739f7d24
4 changed files with 32 additions and 0 deletions
|
@ -3174,4 +3174,28 @@ input[type=checkbox][switch]:checked:active::before {
|
|||
|
||||
.albums-square-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
body.no-gpu {
|
||||
#navigation-bar {
|
||||
backdrop-filter: unset;
|
||||
mix-blend-mode: unset;
|
||||
background: rgb(0 0 0);
|
||||
}
|
||||
|
||||
.app-drawer {
|
||||
backdrop-filter: unset;
|
||||
mix-blend-mode: unset;
|
||||
background: #1c1c1c;
|
||||
}
|
||||
|
||||
.wpfade-enter-active,
|
||||
.wpfade-leave-active {
|
||||
transition: opacity 0s var(--appleEase);
|
||||
}
|
||||
|
||||
.wpfade-enter,
|
||||
.wpfade-leave-to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue