mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
feat(ambient-mode): add ambient-mode plugin
This commit is contained in:
7
plugins/ambient-mode/style.css
Normal file
7
plugins/ambient-mode/style.css
Normal file
@ -0,0 +1,7 @@
|
||||
#song-video canvas.html5-blur-canvas{
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
||||
filter: blur(100px);
|
||||
}
|
||||
Reference in New Issue
Block a user