From 31c19d55346837d657cacd2dda9639be69b0c297 Mon Sep 17 00:00:00 2001 From: s2 Date: Fri, 21 Jun 2019 09:31:36 +0200 Subject: [PATCH] make jumbotron nicer --- app/css/app.css | 5 +++++ app/main.js | 2 +- app/templates/firstRun.ejs | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) 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