diff options
author | crupest <crupest@outlook.com> | 2020-11-04 12:29:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 12:29:55 +0800 |
commit | 1e9e5eb89099ffaa454635fdd7271cece757fb2d (patch) | |
tree | 1f19646ac27a3dcd4680e871f34218b85b0915d8 /FrontEnd/src/app/views/user/UserInfoCard.tsx | |
parent | f3503b399ff7b65f363beca313c8a0c336884bec (diff) | |
parent | 1ba32f233677cad56636462b1f6552ff6e800801 (diff) | |
download | timeline-1e9e5eb89099ffaa454635fdd7271cece757fb2d.tar.gz timeline-1e9e5eb89099ffaa454635fdd7271cece757fb2d.tar.bz2 timeline-1e9e5eb89099ffaa454635fdd7271cece757fb2d.zip |
Merge pull request #165 from crupest/timeline
Redesign timeline ui.
Diffstat (limited to 'FrontEnd/src/app/views/user/UserInfoCard.tsx')
-rw-r--r-- | FrontEnd/src/app/views/user/UserInfoCard.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/FrontEnd/src/app/views/user/UserInfoCard.tsx b/FrontEnd/src/app/views/user/UserInfoCard.tsx index e4edd80d..4a0c9e87 100644 --- a/FrontEnd/src/app/views/user/UserInfoCard.tsx +++ b/FrontEnd/src/app/views/user/UserInfoCard.tsx @@ -35,16 +35,13 @@ const UserInfoCard: React.FC<UserInfoCardProps> = (props) => { collapse={collapse} toggleCollapse={toggleCollapse} > - <h3 className="text-primary mx-3 d-inline-block align-middle"> + <h3 className="text-primary d-inline-block align-middle"> {timeline.title} <small className="ml-3 text-secondary">{timeline.name}</small> </h3> <div className="align-middle"> <BlobImage blob={avatar} className="avatar small rounded-circle mr-3" /> {timeline.owner.nickname} - <small className="ml-3 text-secondary"> - @{timeline.owner.username} - </small> </div> <p className="mb-0">{timeline.description}</p> <small className="mt-1 d-block"> |