1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-02 20:30:05 +02:00

2 Commits

Author SHA1 Message Date
s2
a04c84abb4 1.4.1 2019-06-21 14:15:57 +02:00
s2
31c19d5534 make jumbotron nicer 2019-06-21 09:31:36 +02:00
5 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,11 @@ html {
margin-bottom: 10px;
}
.jumbotron {
height: 640px;
margin-bottom: 0px;
}
.js-container {
margin: 5px;
}

View File

@@ -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.

View File

@@ -1,4 +1,5 @@
<div class="jumbotron text-center">
<img src="../logo/logo.png">
<h1>gitlit</h1>
<p class="lead">Handle git lfs locks with ease</p>
<div class="text-center">

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "gitlit",
"version": "1.4.0",
"version": "1.4.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "gitlit",
"version": "1.4.0",
"version": "1.4.1",
"description": "",
"main": "app/main.js",
"build": {