Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twitch icon problem #120

Open
lebjulien opened this issue Aug 10, 2021 · 3 comments
Open

Twitch icon problem #120

lebjulien opened this issue Aug 10, 2021 · 3 comments

Comments

@lebjulien
Copy link

Capture d’écran 2021-08-10 à 17 03 34

@Nosgoroth
Copy link

Nosgoroth commented Sep 16, 2021

Same issue here in Safari. I added this CSS to a user stylesheet (using Cascadea) and that seems to have done it, but I'd rather a fix was applied to the extension itself.

#PiPer_button {
	max-width: 30px;
}
#PiPer_button .tw-tooltip {
    display: none;
}

@fixurheart
Copy link

Same issue here in Safari. I added this CSS to a user stylesheet (using Cascadea) and that seems to have done it, but I'd rather a fix was applied to the extension itself.

#PiPer_button {
	max-width: 30px;
}
#PiPer_button .tw-tooltip {
    display: none;
}

this was a lifesaver, thank you so much!

@blond-in-blue
Copy link

Same issue here in Safari. I added this CSS to a user stylesheet (using Cascadea) and that seems to have done it, but I'd rather a fix was applied to the extension itself.

#PiPer_button {
	max-width: 30px;
}
#PiPer_button .tw-tooltip {
    display: none;
}

This worked perfectly, thank you! I'm going to add a PR for this custom CSS over the weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants