プライベート空間 vs パブリックスペース

Dear,

I’m looking for a visual way of distingue between private and public space when the user is editing a message.

For exemple, have a specific theme when I’m editing a direct and private message.

Thanks,

「いいね!」 2

To give users a stronger visual indication that they are looking at a private message, you can add some CSS, like this:

/* Private message colors */
.private_message .title-wrapper, .private_message .topic-status-info {
    background: #c4fcb3;
}
「いいね!」 4

Thanks ! I will check with our administrator to have such CSS installed.

「いいね!」 1

Change color of personal messages or Personal Message Bubbles might help. You can search for theme

「いいね!」 4

Great minds think alike! :raised_hands: As of this release, there is a much stronger visual distinction between public and private topics.

「いいね!」 2