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] You're right, chat cloud styling #46

Open
HighPriest opened this issue Feb 1, 2025 · 0 comments
Open

[Feature Request] You're right, chat cloud styling #46

HighPriest opened this issue Feb 1, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@HighPriest
Copy link

Is your feature request related to a problem? Please describe.
The message size is complicated, making text & content wrap in odd places.
Plus, these changes make the UI look more like the Facebook chat clouds

Describe the solution you'd like
Swap the CSS a little:

.CPnQ-q_youreRightItem [id^="message-content-"] {
    text-align: right;
-   max-width: 60%;
+   padding-left: 0;
}

+yourRightItem
.wrapper.cozy, .wrapper.compact {
     padding: var(--message-padding-top) var(--message-padding-side) !important; 
     padding-right: 8px !important;
     border: 2px solid transparent;
+    max-width: 60%;
+    width: fit-content;
}

Describe alternatives you've considered
🤷‍♂️

Additional context
Before:
Image

After:
Image

@HighPriest HighPriest added the enhancement New feature or request label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant