mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #2641 from hmhealey/plt2488
PLT-2488 Re-added missing file upload overlay for center channel
This commit is contained in:
@@ -4,8 +4,9 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
|
|
||||||
import ChannelHeader from 'components/channel_header.jsx';
|
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 CreatePost from 'components/create_post.jsx';
|
||||||
|
import PostsViewContainer from 'components/posts_view_container.jsx';
|
||||||
|
|
||||||
import ChannelStore from 'stores/channel_store.jsx';
|
import ChannelStore from 'stores/channel_store.jsx';
|
||||||
|
|
||||||
@@ -47,6 +48,7 @@ export default class ChannelView extends React.Component {
|
|||||||
id='app-content'
|
id='app-content'
|
||||||
className='app__content'
|
className='app__content'
|
||||||
>
|
>
|
||||||
|
<FileUploadOverlay overlayType='center'/>
|
||||||
<ChannelHeader
|
<ChannelHeader
|
||||||
channelId={this.state.channelId}
|
channelId={this.state.channelId}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -190,9 +190,6 @@ body.ios {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.center-file-overlay {
|
&.center-file-overlay {
|
||||||
.overlay__indent {
|
|
||||||
margin-left: 220px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.right-file-overlay {
|
&.right-file-overlay {
|
||||||
|
|||||||
Reference in New Issue
Block a user