-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi, awesome extension!
I modified it using CSS, so the opacity is always 100%, but the background is transparent. I'm also hiding the title bar and leaderboard. If you want to implement it, here's the CSS you need:
Outside (or remove the code that handles opacity change)
#tco-ext-element { opacity: 1!important; }
Inside the iframe:
body { background: transparent!important; }
.chat-room { background: rgba(0,0,0,0.05)!important; }
.stream-chat-header, .channel-leaderboard { display: none!important; }
#tco-ext-element-titlebar { background-color: rgba(255,255,255,0.05)!important; }
Metadata
Metadata
Assignees
Labels
No labels