Strencher / BetterDiscordStuff

A collection of my BetterDiscord plugins
https://strencher.github.io/BetterDiscordStuff/
366 stars 226 forks source link

[Question] Invisible typing #376

Closed vilchu closed 11 months ago

vilchu commented 11 months ago

Can the icon be hidden, but that the plugin will still work? image

domi-btnr commented 11 months ago

Yes. You can do that with CSS. But by doing so, you won't be able to toggle it

.invisible-typing-button { display: none }

If you want it to be visible again, simply remove the CSS from your Quick CSS or change none to block

vilchu commented 10 months ago

thank you very much :)