From 34e9a4fcfb6e871619c540ae46873e0717e1b9a6 Mon Sep 17 00:00:00 2001 From: kipukun Date: Sun, 7 May 2017 14:12:16 -0400 Subject: [PATCH 1/3] Slightly tweak navbar CSS --- public/css/style-night.css | 4 ++++ public/css/style.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/public/css/style-night.css b/public/css/style-night.css index a303976e..bee07f0a 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -162,3 +162,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ background-size: 75px, 100px; } } + +.navbar { + border-radius: 0px; +} \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index 338b38ae..f3a6673d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -173,3 +173,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ max-width: 100%; max-height: 80vh; } + +/* the curved edges triggered my autism */ +.navbar { + border-radius: 0px; +} From 608d73164735d273cb28c4abe86779a3eb1e6e26 Mon Sep 17 00:00:00 2001 From: kipukun Date: Sun, 7 May 2017 14:12:16 -0400 Subject: [PATCH 2/3] Slightly tweak navbar CSS --- public/css/style-night.css | 4 ++++ public/css/style.css | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/public/css/style-night.css b/public/css/style-night.css index a303976e..bee07f0a 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -162,3 +162,7 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ background-size: 75px, 100px; } } + +.navbar { + border-radius: 0px; +} \ No newline at end of file diff --git a/public/css/style.css b/public/css/style.css index 338b38ae..f3a6673d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -173,3 +173,8 @@ div.container div.blockBody:nth-of-type(2) table tr:first-of-type th:last-of-typ max-width: 100%; max-height: 80vh; } + +/* the curved edges triggered my autism */ +.navbar { + border-radius: 0px; +} From 03f96ef2b21dc5dc9d854a6582caea3127f6e480 Mon Sep 17 00:00:00 2001 From: Atvaark Date: Sun, 7 May 2017 20:33:10 +0200 Subject: [PATCH 3/3] Ignore .idea folder (IntelliJ) This folder contains project specific settings for IntelliJ based IDEs like Gogland. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0ce14950..719edda7 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ nyaa.exe nyaa-master.exe *.zip *.swp +.idea .vscode templates/*.html.go *.bat