diff --git a/static/app-strings.json b/static/app-strings.json index 79f6b1980..05d8440d8 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -874,4 +874,4 @@ "Creating a lbry.tv account will allow you to earn rewards, receive content and security updates, and optionally backup your data.": "Creating a lbry.tv account will allow you to earn rewards, receive content and security updates, and optionally backup your data.", "Paid content cannot be embedded": "Paid content cannot be embedded", "This content cannot be embedded": "This content cannot be embedded" -} \ No newline at end of file +} diff --git a/ui/component/channelDiscussion/view.jsx b/ui/component/channelDiscussion/view.jsx index 85f1a553b..6db8ec2f7 100644 --- a/ui/component/channelDiscussion/view.jsx +++ b/ui/component/channelDiscussion/view.jsx @@ -10,10 +10,14 @@ type Props = { function ChannelDiscussion(props: Props) { const uri = props.uri; return ( -
- - -
+
+
+ +
+
+ +
+
); }