Linux layout changes
This commit is contained in:
@@ -72,7 +72,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(props => {
|
||||
selected={props.MState.DriveLetters.indexOf(props.PState.MountLocation)}/>;
|
||||
|
||||
} else {
|
||||
inputColumnSpan = 58;
|
||||
inputColumnSpan = 64;
|
||||
inputControls = [];
|
||||
let key = 0;
|
||||
inputControls.push((
|
||||
|
||||
@@ -1,4 +1,13 @@
|
||||
.MountItems {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 121px;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.MountItemsRemote {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 161px;
|
||||
|
||||
@@ -331,7 +331,7 @@ class MountItems extends IPCContainer {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={'MountItems'}>
|
||||
<div className={this.props.remoteSupported ? 'MountItemsRemote' : 'MountItems'}>
|
||||
{retryDisplay}
|
||||
{items}
|
||||
</div>);
|
||||
|
||||
Reference in New Issue
Block a user