From cc8fc6f05c55c5d8ce08074e33bda8d1f34b0e5b Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 3 Nov 2018 12:39:03 -0500 Subject: [PATCH] Layout changes --- electron.js | 2 +- src/App.js | 2 +- src/containers/MountItems/MountItems.js | 4 ++-- src/index.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/electron.js b/electron.js index 7bb3c63..0a7a38b 100644 --- a/electron.js +++ b/electron.js @@ -21,7 +21,7 @@ let mountedPIDs = []; function createWindow() { // 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({ width: 425, height: height, diff --git a/src/App.js b/src/App.js index cb6a73b..6c6dc6b 100644 --- a/src/App.js +++ b/src/App.js @@ -683,7 +683,7 @@ class App extends Component { if (allowMount) { mainContent.push((
+ style={{height: '66%'}}> -
+
-
+