mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
minor tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3cb8b35132
commit
008f36aa2f
@ -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,
|
||||||
|
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user