Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'css/chatview.scss')
-rw-r--r--css/chatview.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/css/chatview.scss b/css/chatview.scss
index 1525df979..6228a1fea 100644
--- a/css/chatview.scss
+++ b/css/chatview.scss
@@ -369,3 +369,7 @@ body:not(#body-public) #chatView .comment:not(.newCommentRow) .message .mention-
* force it to be on its own line below the preview. */
display: block;
}
+
+#chatView .comment .message .external:after {
+ content: " ↗";
+}