Skip to content

Instantly share code, notes, and snippets.

@PofMagicfingers
Created May 17, 2017 18:55
Show Gist options
  • Save PofMagicfingers/8239e7abeeaf31ef17879e3a4e1a1a65 to your computer and use it in GitHub Desktop.
Save PofMagicfingers/8239e7abeeaf31ef17879e3a4e1a1a65 to your computer and use it in GitHub Desktop.
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; } .yt-live-chat-header-renderer-0, #action-panel { display: none; } .yt-live-chat-renderer-0 { background: none !important; } yt-live-chat-text-message-renderer { background: #424242;
border-radius: 5px;
font-size: 20px !important;
padding: 2px;
margin: 10px;
}
.yt-icon-0 {
width: 24px !important; height: 24px !important;
}
.yt-live-chat-text-message-renderer #message {
color: white !important;
}
#item-scroller {
overflow-y: hidden !important;
}
.yt-live-chat-item-list-renderer:first-of-type {
padding-top: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment