Layout changes

This commit is contained in:
Scott E. Graves
2018-12-08 11:15:47 -06:00
parent de012dbcda
commit fdbbf1c1bf
3 changed files with 5 additions and 6 deletions

View File

@@ -698,8 +698,7 @@ class App extends Component {
if (allowMount) {
mainContent.push((
<div key={'md_' + key++}
style={{height: '66%'}}>
<div key={'md_' + key++}>
<MountItems allowConfig={allowConfig}
allowSiaPrime={allowSiaPrime}
autoMountChanged={this.handleAutoMountChanged}
@@ -752,7 +751,7 @@ class App extends Component {
</Box>
</div>
<div styleName='Content'>
<Box dxStyle={{padding: '8px'}}>
<Box dxStyle={{padding: '8px 8px 0px 8px'}}>
{mainContent}
</Box>
</div>

View File

@@ -18,7 +18,7 @@
* {
font-family: 'Nunito', sans-serif;
font-size: 4.4vmin;
font-size: 4vmin;
}
*::-moz-focus-inner {