Skip to content

Suggestion: 100% opacity + Transparent background #26

@amartini

Description

@amartini

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions