Personal Message Bubbles

@Rhidian, the borders was too distracting so I removed them. Ignore my colors :slight_smile:

Screenshot for the light theme:

Screenshot for the dark theme:

I added this to Common > CSS:

// Personal Message Bubble Component - No border
.archetype-private_message .topic-body .contents {
    border: none !important;
}
3 Likes