Deep Bot - Twitch Streamer Assistant

Deep Bot => Feature Requests => Topic started by: jman12390 on January 08, 2015, 04:44:35 PM

Title: Twitch Chat Integration
Post by: jman12390 on January 08, 2015, 04:44:35 PM
Had a few suggestions about twitch chat integration. Now, I love the plugin, works so much better than nightdev or anything else, but I was sad to hear that the chat background could not be modified. Is there a way to have no background and just have chat? Or a way to fade just the background?

Also, the current background doesn't go the length of the OBS source, so there is still some room. So when you go to edit scene and try to move it, the red outline is larger than the background.
Title: Re: Twitch Chat Integration
Post by: ExpertsOnline on January 09, 2015, 12:02:50 AM
You can remove the chat background. Infact since it is all CSS, you can change anything you want about chat.

To remove the background use the following CSS:

Code: [Select]
#chat_container {
    background-color: rgba(0, 0, 0, 0) !important;
}
Title: Re: Twitch Chat Integration
Post by: jman12390 on January 12, 2015, 04:32:17 PM
Ah nice! Was told in DB chat that I couldn't. Thank you!