Create first version of picture in picture plugin

This commit is contained in:
TC
2022-04-07 20:01:29 +02:00
parent 5cffb6f062
commit d2265b59d7
4 changed files with 158 additions and 0 deletions

View File

@ -0,0 +1,7 @@
/* Make entire window draggable */
body {
-webkit-app-region: drag;
}
button {
-webkit-app-region: no-drag;
}