DiscordStyles / SoftX

A soft and comfy feel for Discord.
MIT License
214 stars 273 forks source link

add a toggle to disable the chat boxes please #50

Closed Milk-3000BPM closed 2 years ago

Milk-3000BPM commented 2 years ago

also which piece of the code do i remove to get rid of them because i had them gone before but discord decided to delete the old file while i wasnt using it now i have to redo it and i dont remember how

Gibbu commented 2 years ago

Add these inside the :root brackets of your .theme.css file:

--chat-bubble-bg: transparent;
--chat-bubble-bg-self: transparent;
--chat-bubble-padding: 0;
--chat-bubble-display: block;