mirror of
https://github.com/wassname/talk.git
synced 2026-07-24 13:20:47 +08:00
Adding styling authorname.
This commit is contained in:
@@ -91,7 +91,9 @@ hr {
|
||||
}
|
||||
|
||||
.coral-plugin-author-name-text {
|
||||
font-weight: bold;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
font-weight: bolder;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import React from 'react'
|
||||
const name = 'coral-plugin-author-name'
|
||||
const packagename = 'coral-plugin-author-name'
|
||||
|
||||
const AuthorName = ({name}) =>
|
||||
<div className={name + '-text'}>
|
||||
<div className={packagename + '-text'}>
|
||||
{name}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user