Added padding

This commit is contained in:
Scott E. Graves
2018-10-03 22:38:51 -05:00
parent 4e5cf652c9
commit 712ad932be
4 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
.MountItems {
padding: 0;
width: 100%;
box-sizing: border-box;
}

View File

@@ -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}