mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00: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.
|
||||
win = new BrowserWindow({
|
||||
webPreferences: {
|
||||
nodeIntegration: true,
|
||||
},
|
||||
|
||||
// let the window to get ready before we show it to the user...
|
||||
show: false,
|
||||
|
||||
|
||||
@ -16,15 +16,15 @@ body {
|
||||
}
|
||||
.block {
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
left: 40px;
|
||||
right: 40px;
|
||||
bottom: 40px;
|
||||
top: 50px;
|
||||
left: 50px;
|
||||
right: 50px;
|
||||
bottom: 50px;
|
||||
background-image: url('images/splash-800x500.jpg');
|
||||
background-size: cover;
|
||||
background-color: #333333;
|
||||
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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user