Layout fixes
This commit is contained in:
@@ -106,9 +106,9 @@ export default connect(mapStateToProps, mapDispatchToProps)(props => {
|
||||
const buttonDisplay = props.MState.AllowMount ?
|
||||
(props.MState.Mounted ? 'Unmount' : 'Mount') :
|
||||
<Loader color={'var(--heading_text_color)'}
|
||||
height='19px'
|
||||
height={19}
|
||||
type='Circles'
|
||||
width='19px'/>;
|
||||
width={19}/>;
|
||||
|
||||
const actionsDisplay = (
|
||||
<Button clicked={()=>props.clicked(props.provider, props.remote, !props.MState.Mounted, props.PState.MountLocation)}
|
||||
|
||||
@@ -8,8 +8,8 @@ export default props => {
|
||||
className={'Loading'}>
|
||||
<div className={'LoadingContent'}>
|
||||
<Loader color={'var(--heading_text_color)'}
|
||||
height='28px'
|
||||
width='28px'
|
||||
height={28}
|
||||
width={28}
|
||||
type='ThreeDots'/>
|
||||
</div>
|
||||
</div>);
|
||||
|
||||
Reference in New Issue
Block a user