Added padding
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
.MountItems {
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -189,6 +189,7 @@ class MountItems extends Component {
|
||||
pid={this.state.Hyperspace.PID}
|
||||
platform={this.props.platform}
|
||||
title={'Hyperspace'}/>
|
||||
<div style={{paddingTop: '8px'}}/>
|
||||
<MountItem allowConfig={this.props.allowConfig}
|
||||
allowMount={this.state.Sia.AllowMount}
|
||||
autoMount={this.props.sia.AutoMount}
|
||||
|
||||
Reference in New Issue
Block a user