minor tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-01-14 20:52:27 +03:00
parent 3cb8b35132
commit 008f36aa2f
2 changed files with 9 additions and 5 deletions

View File

@ -81,6 +81,10 @@ function createWindow(){
// Create the browser window. // Create the browser window.
win = new BrowserWindow({ win = new BrowserWindow({
webPreferences: {
nodeIntegration: true,
},
// let the window to get ready before we show it to the user... // let the window to get ready before we show it to the user...
show: false, show: false,

View File

@ -16,15 +16,15 @@ body {
} }
.block { .block {
position: absolute; position: absolute;
top: 40px; top: 50px;
left: 40px; left: 50px;
right: 40px; right: 50px;
bottom: 40px; bottom: 50px;
background-image: url('images/splash-800x500.jpg'); background-image: url('images/splash-800x500.jpg');
background-size: cover; background-size: cover;
background-color: #333333; background-color: #333333;
box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,1), box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,1),
10px 10px 60px 0px rgba(0,0,0,0.7); 10px 10px 60px 0px rgba(0,0,0,0.5);
} }
.title { .title {