mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
11 lines
151 B
SCSS
11 lines
151 B
SCSS
.chat-message *,
|
|
.chat-composer-row,
|
|
.chat-reply,
|
|
.replying-text {
|
|
@include unselectable;
|
|
}
|
|
|
|
.chat-message-container {
|
|
transform: translateZ(0);
|
|
}
|