Improve how the list entry Account component looks when target is blocked/follow is requested
This commit is contained in:
parent
99fe89026c
commit
6cf44ca92c
4 changed files with 43 additions and 7 deletions
|
@ -25,7 +25,17 @@ const imageStyle = {
|
|||
maxHeight: '80vh'
|
||||
};
|
||||
|
||||
const preloader = () => <LoadingIndicator />;
|
||||
const loadingStyle = {
|
||||
background: '#373b4a',
|
||||
width: '400px',
|
||||
paddingBottom: '120px'
|
||||
};
|
||||
|
||||
const preloader = () => (
|
||||
<div style={loadingStyle}>
|
||||
<LoadingIndicator />
|
||||
</div>
|
||||
);
|
||||
|
||||
const Modal = React.createClass({
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue