fix(plugins): fix many bugs (in-app-menu, album-color-theme, blur-nav-bar)

This commit is contained in:
Su-Yong
2024-02-06 02:02:08 +09:00
parent ddb9968195
commit bb39481666
4 changed files with 28 additions and 6 deletions

View File

@ -186,7 +186,6 @@ export default createPlugin<
document.body.style.setProperty('background', this.getMixedColor('#030303', COLOR_KEY), 'important');
document.documentElement.style.setProperty('--ytmusic-background', this.getMixedColor('#030303', DARK_COLOR_KEY), 'important');
document.documentElement.style.setProperty('--ytmusic-nav-bar', this.getMixedColor('#030303', DARK_COLOR_KEY), 'important');
},
},
});