Load this CSS, then delete everything still above the comments. 😄
Created
May 8, 2020 00:23
-
-
Save easrng/0dba83549f9518bc1b837e01c91c049f to your computer and use it in GitHub Desktop.
Make the facebook live comments fullscreen.
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
.UFIList { | |
position: fixed; | |
top: 0; | |
left: 0; | |
width:50vw; | |
background:white; | |
zoom:200%; | |
z-index: 99999999999999; | |
} | |
.UFICommentReactionsBling, .UFICommentAuthorWithPresence, .UFICommentActions { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment