Last active
July 31, 2022 12:32
-
-
Save pastak/0eaae8c24b241068af012397b1720c34 to your computer and use it in GitHub Desktop.
dazn-watch-party-fullwindow.user.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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