discourse/plugins/chat/assets/stylesheets/mobile/chat-message.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
151 B
SCSS
Raw Normal View History

.chat-message *,
.chat-composer-row,
.chat-reply,
.replying-text {
@include unselectable;
}
.chat-message-container {
transform: translateZ(0);
}