Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Option for split text #6

Closed
FadelesSpade opened this issue Jun 29, 2021 · 4 comments
Closed

[FEATURE REQUEST] Option for split text #6

FadelesSpade opened this issue Jun 29, 2021 · 4 comments
Labels
feature request A new feature should be added

Comments

@FadelesSpade
Copy link

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.

@FadelesSpade FadelesSpade added the feature request A new feature should be added label Jun 29, 2021
@schnensch0
Copy link
Owner

Sorry, but I don't fully understand what you mean. Could you elaborate a little more and give some examples?

@FadelesSpade
Copy link
Author

Split Text:
image

Normal Text:
image

@schnensch0
Copy link
Owner

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

@FadelesSpade
Copy link
Author

Oh really? Themes only support toggle settings for parameters and not entire "features"? I never knew. Thanks though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A new feature should be added
Projects
None yet
Development

No branches or pull requests

2 participants