From 79d312df50e7c735512a936d0c386f1e5bfb8b37 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 3 Oct 2017 22:25:37 +0700 Subject: [PATCH] Fix styling of edited marker --- client/coral-embed-stream/src/components/Comment.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/coral-embed-stream/src/components/Comment.css b/client/coral-embed-stream/src/components/Comment.css index e32b7333b..3ca7b842f 100644 --- a/client/coral-embed-stream/src/components/Comment.css +++ b/client/coral-embed-stream/src/components/Comment.css @@ -45,6 +45,12 @@ border-left: 3px solid rgb(35,118,216); } +.bylineSecondary { + display: flex; + color: #696969; + font-size: 12px; +} + .pendingComment { filter: blur(2px); pointer-events: none;