Created
May 17, 2017 18:55
-
-
Save PofMagicfingers/8239e7abeeaf31ef17879e3a4e1a1a65 to your computer and use it in GitHub Desktop.
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
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