Layout changes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
* {
|
||||
font-family: 'Nunito', sans-serif;
|
||||
font-size: 4.4vmin;
|
||||
font-size: 4vmin;
|
||||
}
|
||||
|
||||
*::-moz-focus-inner {
|
||||
|
||||
Reference in New Issue
Block a user