From 5a3d6ac2875c4c76b5c378d14f175c0da0242953 Mon Sep 17 00:00:00 2001 From: David Jay Date: Mon, 7 Nov 2016 15:40:01 -0500 Subject: [PATCH] Adding styling authorname. --- client/coral-embed-stream/style/default.css | 4 +++- client/coral-plugin-author-name/AuthorName.js | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 6458ae749..9cf0fa3e8 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -91,7 +91,9 @@ hr { } .coral-plugin-author-name-text { - font-weight: bold; + display: inline-block; + margin-right: 10px; + font-weight: bolder; } diff --git a/client/coral-plugin-author-name/AuthorName.js b/client/coral-plugin-author-name/AuthorName.js index cb465db37..04817da1c 100644 --- a/client/coral-plugin-author-name/AuthorName.js +++ b/client/coral-plugin-author-name/AuthorName.js @@ -1,8 +1,8 @@ import React from 'react' -const name = 'coral-plugin-author-name' +const packagename = 'coral-plugin-author-name' const AuthorName = ({name}) => -
+
{name}