CreArts-Community / Context-Icons

Discord Addon | v1.0.1 | by CorellanStoma
https://discord.com/invite/8W8E39Z
MIT License
61 stars 9 forks source link

Double icons on message context menu #19

Open KTibow opened 2 years ago

KTibow commented 2 years ago

I'm using the CreArts theme with GooseMod. When I right-click a message, I see icons twice: image Could you remove the ones built in to Discord for consistency?

KTibow commented 2 years ago

Some CSS does the trick:

.item-1OdjEX:not(#message-add-reaction):not(#message-apps) > .iconContainer-1-SsTR {
  display: none;
}