diff --git a/app/css/app.css b/app/css/app.css index 16a8d478..dc997460 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -2,6 +2,11 @@ html { margin-bottom: 10px; } +.jumbotron { + height: 640px; + margin-bottom: 0px; +} + .js-container { margin: 5px; } diff --git a/app/main.js b/app/main.js index 8485b376..66f03988 100644 --- a/app/main.js +++ b/app/main.js @@ -126,7 +126,7 @@ function loadRepoPage() { function createWindow() { // Create the browser window. - win = new BrowserWindow({width: 800, height: 600}); + win = new BrowserWindow({width: 800, height: 700}); win.setMenu(null); // and load the index.html of the app. diff --git a/app/templates/firstRun.ejs b/app/templates/firstRun.ejs index 9d83270b..8649b520 100644 --- a/app/templates/firstRun.ejs +++ b/app/templates/firstRun.ejs @@ -1,4 +1,5 @@
+

gitlit

Handle git lfs locks with ease