mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Update CSS selectors for REDUCE_ANIMATIONS
This commit is contained in:
parent
949a180047
commit
18eec8b8da
@ -2289,7 +2289,13 @@ div[class*=NotFocusedDialog] {
|
||||
|
||||
// Reduce animations
|
||||
if (PREFS.get(Preferences.REDUCE_ANIMATIONS)) {
|
||||
css += 'div[class*=GameImageItem-module], div[class*=ScrollArrows-module] { transition: none !important; }';
|
||||
css += `
|
||||
div[class*=GameCard-module__gameTitleInnerWrapper],
|
||||
div[class*=GameCard-module__card],
|
||||
div[class*=ScrollArrows-module] {
|
||||
transition: none !important;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
// Hide the top-left dots icon while playing
|
||||
|
Loading…
x
Reference in New Issue
Block a user