diff --git a/public/electron.js b/public/electron.js
index 95013f2..9f945e9 100644
--- a/public/electron.js
+++ b/public/electron.js
@@ -35,7 +35,7 @@ const SystemIPC = require('../src/renderer/ipc/SystemIPC');
const UpgradeIPC = require('../src/renderer/ipc/UpgradeIPC');
const dimensions = {
- height: ((os.platform() === 'darwin') ? 294 : 274) + ((os.platform() === 'win32') ? 30 : -20),
+ height: ((os.platform() === 'darwin') ? 316 : 296) + ((os.platform() === 'win32') ? 30 : -20),
width: 428 + ((os.platform() === 'win32') ? 40 : (os.platform() === 'darwin') ? 150 : 160),
};
diff --git a/src/App.css b/src/App.css
index 895aeba..7a911af 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,18 +1,14 @@
.App {
- display: flex;
- flex-direction: column;
margin: 0;
- padding: 10px;
+ padding: 8px;
box-sizing: border-box;
height: 100vh;
width: 100vw;
- background-image: url('./assets/images/background.jpg');
+ background-image: url('./assets/images/background2.jpg');
background-size: cover;
}
.AppContainer {
- display: flex;
- flex-direction: column;
width: 100%;
height: 100%;
box-sizing: border-box;
@@ -25,6 +21,5 @@
}
.AppContent {
- flex: 1;
box-sizing: border-box;
}
\ No newline at end of file
diff --git a/src/App.js b/src/App.js
index 260e46d..5e1df02 100644
--- a/src/App.js
+++ b/src/App.js
@@ -133,24 +133,30 @@ class App extends IPCContainer {
let mainContent = [];
if (this.props.DisplaySelectAppPlatform || !this.props.AppReady) {
- mainContent =