mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-16 20:52:06 +00:00
Create first version of picture in picture plugin
This commit is contained in:
7
plugins/picture-in-picture/style.css
Normal file
7
plugins/picture-in-picture/style.css
Normal file
@ -0,0 +1,7 @@
|
||||
/* Make entire window draggable */
|
||||
body {
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
button {
|
||||
-webkit-app-region: no-drag;
|
||||
}
|
||||
Reference in New Issue
Block a user