summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_right.jsx
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-08-13 12:03:45 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-13 12:03:45 -0700
commitafe028ae3a63ff341cbaf89b7841e977fb0061fd (patch)
tree6bfbe2a5b4405b93a780a7a5a0828fd268b13cbc /web/react/components/post_right.jsx
parent6d9e715e265a3265841bc351e6b22a4503c20c92 (diff)
parent6ca6072f478f556ba2d25c9762f0d73c9e84c7f6 (diff)
downloadchat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.tar.gz
chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.tar.bz2
chat-afe028ae3a63ff341cbaf89b7841e977fb0061fd.zip
Merge pull request #7 from asaadmahmoodspin/mm-316
MM-316
Diffstat (limited to 'web/react/components/post_right.jsx')
-rw-r--r--web/react/components/post_right.jsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index ad8b54012..09cd8cb56 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -296,6 +296,12 @@ module.exports = React.createClass({
return (
<div className="post-right__container">
+ <div className='file-overlay right-file-overlay invisible'>
+ <div>
+ <i className="fa fa-upload"></i>
+ <span>Drop a file to upload it.</span>
+ </div>
+ </div>
<div className="search-bar__container sidebar--right__search-header">{searchForm}</div>
<div className="sidebar-right__body">
<RhsHeaderPost fromSearch={this.props.fromSearch} isMentionSearch={this.props.isMentionSearch} />