mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
feat: reimplement inject css, fix types
This commit is contained in:
@ -3,5 +3,5 @@ import style from './style.css?inline';
|
||||
|
||||
export default createPlugin({
|
||||
name: 'Blur Navigation Bar',
|
||||
renderer: { stylesheet: style },
|
||||
renderer: { stylesheets: [style] },
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user