1
0
mirror of https://github.com/chylex/Transparent-Twitch-Chat.git synced 2025-05-14 03:34:05 +02:00

Fix hiding Prime badge not working

This commit is contained in:
chylex 2022-04-27 23:39:40 +02:00
parent 6c169b3b0f
commit d3959a9d7b
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -383,7 +383,7 @@ ${settings.hideBadgeTurbo ? `@#css{{
@#css}}` : ``}
${settings.hideBadgePrime ? `@#css{{
${rcol} .chat-badge[alt$="Prime"] {
${rcol} .chat-badge[alt="Prime Gaming"] {
display: none;
}
@#css}}` : ``}