summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/components/channel_view.jsx4
-rw-r--r--webapp/sass/layout/_post.scss3
2 files changed, 3 insertions, 4 deletions
diff --git a/webapp/components/channel_view.jsx b/webapp/components/channel_view.jsx
index 4cca5aa98..00e1b7f35 100644
--- a/webapp/components/channel_view.jsx
+++ b/webapp/components/channel_view.jsx
@@ -4,8 +4,9 @@
import React from 'react';
import ChannelHeader from 'components/channel_header.jsx';
-import PostsViewContainer from 'components/posts_view_container.jsx';
+import FileUploadOverlay from 'components/file_upload_overlay.jsx';
import CreatePost from 'components/create_post.jsx';
+import PostsViewContainer from 'components/posts_view_container.jsx';
import ChannelStore from 'stores/channel_store.jsx';
@@ -47,6 +48,7 @@ export default class ChannelView extends React.Component {
id='app-content'
className='app__content'
>
+ <FileUploadOverlay overlayType='center'/>
<ChannelHeader
channelId={this.state.channelId}
/>
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 947a81318..6801379ac 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -190,9 +190,6 @@ body.ios {
}
&.center-file-overlay {
- .overlay__indent {
- margin-left: 220px;
- }
}
&.right-file-overlay {