Layout changes

This commit is contained in:
Scott E. Graves
2018-11-03 12:39:03 -05:00
parent 2f24544400
commit 2059e97e0b
4 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ let mountedPIDs = [];
function createWindow() { function createWindow() {
// Create the browser window. // Create the browser window.
const height = process.env.ELECTRON_START_URL ? 404 : 384; const height = process.env.ELECTRON_START_URL ? 394 : 374;
mainWindow = new BrowserWindow({ mainWindow = new BrowserWindow({
width: 425, width: 425,
height: height, height: height,

View File

@@ -683,7 +683,7 @@ class App extends Component {
if (allowMount) { if (allowMount) {
mainContent.push(( mainContent.push((
<div key={'md_' + key++} <div key={'md_' + key++}
style={{height: '28%'}}> style={{height: '66%'}}>
<MountItems allowConfig={allowConfig} <MountItems allowConfig={allowConfig}
autoMountChanged={this.handleAutoMountChanged} autoMountChanged={this.handleAutoMountChanged}
autoMountProcessed={this.notifyAutoMountProcessed} autoMountProcessed={this.notifyAutoMountProcessed}

View File

@@ -217,7 +217,7 @@ class MountItems extends Component {
pid={this.state.Hyperspace.PID} pid={this.state.Hyperspace.PID}
platform={this.props.platform} platform={this.props.platform}
title={'Hyperspace'}/> title={'Hyperspace'}/>
<div style={{paddingTop: '8px'}}/> <div style={{paddingTop: '12px'}}/>
<MountItem allowConfig={this.props.allowConfig} <MountItem allowConfig={this.props.allowConfig}
allowMount={this.state.Sia.AllowMount} allowMount={this.state.Sia.AllowMount}
autoMount={this.props.sia.AutoMount} autoMount={this.props.sia.AutoMount}
@@ -231,7 +231,7 @@ class MountItems extends Component {
pid={this.state.Sia.PID} pid={this.state.Sia.PID}
platform={this.props.platform} platform={this.props.platform}
title={'Sia'}/> title={'Sia'}/>
<div style={{paddingTop: '8px'}}/> <div style={{paddingTop: '12px'}}/>
<MountItem allowConfig={this.props.allowConfig} <MountItem allowConfig={this.props.allowConfig}
allowMount={this.state.Sia.AllowMount} allowMount={this.state.Sia.AllowMount}
autoMount={this.props.siaprime.AutoMount} autoMount={this.props.siaprime.AutoMount}

View File

@@ -18,7 +18,7 @@
* { * {
font-family: 'Nunito', sans-serif; font-family: 'Nunito', sans-serif;
font-size: 5vh; font-size: 3.5vw;
} }
*::-moz-focus-inner { *::-moz-focus-inner {