summaryrefslogtreecommitdiffstats
path: root/webapp/components
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components')
-rw-r--r--webapp/components/create_post.jsx12
-rw-r--r--webapp/components/webrtc/webrtc_controller.jsx2
2 files changed, 7 insertions, 7 deletions
diff --git a/webapp/components/create_post.jsx b/webapp/components/create_post.jsx
index 1a7771b9b..997ba8065 100644
--- a/webapp/components/create_post.jsx
+++ b/webapp/components/create_post.jsx
@@ -772,14 +772,14 @@ export default class CreatePost extends React.Component {
>
{fileUpload}
{emojiPicker}
+ <a
+ className={sendButtonClass}
+ onClick={this.handleSubmit}
+ >
+ <i className='fa fa-paper-plane'/>
+ </a>
</span>
</div>
- <a
- className={sendButtonClass}
- onClick={this.handleSubmit}
- >
- <i className='fa fa-paper-plane'/>
- </a>
{tutorialTip}
</div>
<div className={postFooterClassName}>
diff --git a/webapp/components/webrtc/webrtc_controller.jsx b/webapp/components/webrtc/webrtc_controller.jsx
index 9a6dcb94e..576dc7b58 100644
--- a/webapp/components/webrtc/webrtc_controller.jsx
+++ b/webapp/components/webrtc/webrtc_controller.jsx
@@ -1186,7 +1186,7 @@ export default class WebrtcController extends React.Component {
return (
<div className='post-right__container'>
- <div className='search-bar__container sidebar--right__search-header'>{searchForm}</div>
+ <div className='search-bar__container channel-header alt'>{searchForm}</div>
<div className='sidebar-right__body'>
<WebrtcHeader
username={Utils.displayUsername(this.props.userId)}