From c3cd88c90cf3866324af4b12ab573a0392681c74 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 28 Jun 2018 13:11:27 +0300 Subject: Thread styling --- vnext/src/components/Thread.js | 129 +++++++++++++++++++---------------------- 1 file changed, 59 insertions(+), 70 deletions(-) (limited to 'vnext/src/components') diff --git a/vnext/src/components/Thread.js b/vnext/src/components/Thread.js index e0b25bf9..e9f08ccb 100644 --- a/vnext/src/components/Thread.js +++ b/vnext/src/components/Thread.js @@ -83,78 +83,67 @@ export default class Thread extends React.Component { } - { - + {!this.state.loading ? ( + ) : ( + + + + )} ) } -- cgit v1.2.3