Skip to content

Instantly share code, notes, and snippets.

@pastak
Last active July 31, 2022 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pastak/0eaae8c24b241068af012397b1720c34 to your computer and use it in GitHub Desktop.
Save pastak/0eaae8c24b241068af012397b1720c34 to your computer and use it in GitHub Desktop.
dazn-watch-party-fullwindow.user.css
div[data-test-id="WATCHPARTY_MOUNT_NODE"] .__room-participants {
display: none !important;
}
div[data-test-id="WATCHPARTY_MOUNT_NODE"] .content-player {
height: 100% !important;
max-height: 100% !important;
}
div[data-test-id="WATCHPARTY_MOUNT_NODE"] .__stream-container {
height: 100vh !important;
width: 100vw !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment