Skip to content

Instantly share code, notes, and snippets.

@easrng
Created May 8, 2020 00:23
Show Gist options
  • Save easrng/0dba83549f9518bc1b837e01c91c049f to your computer and use it in GitHub Desktop.
Save easrng/0dba83549f9518bc1b837e01c91c049f to your computer and use it in GitHub Desktop.
Make the facebook live comments fullscreen.

Fullscreen Facebook Live Comments

Load this CSS, then delete everything still above the comments. 😄

.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