mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 18:41:47 +00:00
Make PiP window bigger (follow up: make it configurable)
This commit is contained in:
@ -10,7 +10,7 @@ let originalPosition;
|
||||
let originalSize;
|
||||
|
||||
const pipPosition = [10, 10];
|
||||
const pipSize = [400, 220];
|
||||
const pipSize = [450, 275];
|
||||
|
||||
const togglePiP = async (win) => {
|
||||
isInPiPMode = !isInPiPMode;
|
||||
|
||||
Reference in New Issue
Block a user