Skip to content

Commit

Permalink
fixes #2903
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Jan 9, 2018
1 parent 6888f0b commit 1a86e6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/hide_bits/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
div[data-a-target="bits-card"],
.channel-header__right div.tw-mg-l-1:last-child button:not([data-test-selector="subscribe-button__dropdown"]),
img.chat-line__message--emote[src^="https://d3aqoihi2n8ty8.cloudfront.net/actions/"],
img.chat-line__message--emote[src^="https://d3aqoihi2n8ty8.cloudfront.net/partner-actions/"] {
img.chat-line__message--emote[src^="https://d3aqoihi2n8ty8.cloudfront.net/partner-actions/"],
.chat-badge[alt~="cheer"] {
display: none !important;
}
}

0 comments on commit 1a86e6f

Please sign in to comment.