Closed FadelesSpade closed 3 years ago
Sorry, but I don't fully understand what you mean. Could you elaborate a little more and give some examples?
Split Text:
Normal Text:
Although I can't add a toggle, you can add this to Custom/Quick CSS:
:root {--background-message-hover: var(--background-modifier-hover);
/* message background color: */
--message-color: #252e32;
}
.cozyMessage-3V1Y8y {background-color: var(--message-color);margin-left: 16px;margin-right: 16px;padding: 0 48px 12px 72px !important;border-radius: var(--border-radius-1);}
.groupStart-23k01U {padding-top: 12px !important;}
.cozyMessage-3V1Y8y:not(.groupStart-23k01U) {margin-top: -14px;padding-top: 6px !important;border-radius: 0 0 var(--border-radius-1) var(--border-radius-1);}
You can change --message-color to whatever you want your messages to look like
Oh really? Themes only support toggle settings for parameters and not entire "features"? I never knew. Thanks though.
Adding a slider that allows the user to toggle split text would be a great feature. Differentiating between user messages is improved, and it leaves the option for the user to still decide on the option.