shelter-plugins icon indicating copy to clipboard operation
shelter-plugins copied to clipboard

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

Open HighPriest opened this issue 10 months ago • 0 comments

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 avatar Feb 01 '25 16:02 HighPriest