discourse/plugins/chat/assets/stylesheets/mobile/chat-message.scss
2023-03-02 16:59:11 +01:00

11 lines
151 B
SCSS

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