From f516e23c545fed846b01c6cb9ac324944a96c612 Mon Sep 17 00:00:00 2001 From: dabico Date: Sun, 7 Apr 2024 21:55:56 +0200 Subject: [PATCH] Fix: replace `vh-100` with `min-vh-100` on `body` elements --- views/conflict.ejs | 2 +- views/conflicts.ejs | 2 +- views/error.ejs | 2 +- views/export.ejs | 2 +- views/index.ejs | 2 +- views/instance.ejs | 2 +- views/instances.ejs | 2 +- views/label.ejs | 2 +- views/labels.ejs | 2 +- views/login.ejs | 2 +- views/progress.ejs | 2 +- views/review.ejs | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/views/conflict.ejs b/views/conflict.ejs index 15f4d7b..700e79b 100644 --- a/views/conflict.ejs +++ b/views/conflict.ejs @@ -26,7 +26,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>
diff --git a/views/conflicts.ejs b/views/conflicts.ejs index f03aa43..9ef66b8 100644 --- a/views/conflicts.ejs +++ b/views/conflicts.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>
diff --git a/views/error.ejs b/views/error.ejs index 965c26b..c132401 100644 --- a/views/error.ejs +++ b/views/error.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>

diff --git a/views/export.ejs b/views/export.ejs index 5b71393..db8bdb8 100644 --- a/views/export.ejs +++ b/views/export.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>
diff --git a/views/index.ejs b/views/index.ejs index aa21978..0060ace 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - +
diff --git a/views/instance.ejs b/views/instance.ejs index 44ef635..fd78538 100644 --- a/views/instance.ejs +++ b/views/instance.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>
diff --git a/views/instances.ejs b/views/instances.ejs index b27c025..1270339 100644 --- a/views/instances.ejs +++ b/views/instances.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>
diff --git a/views/label.ejs b/views/label.ejs index c0ae68e..c68fceb 100644 --- a/views/label.ejs +++ b/views/label.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>
diff --git a/views/labels.ejs b/views/labels.ejs index eff2506..d9d79a9 100644 --- a/views/labels.ejs +++ b/views/labels.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>
diff --git a/views/login.ejs b/views/login.ejs index 52df02a..bf5a725 100644 --- a/views/login.ejs +++ b/views/login.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>

Login

diff --git a/views/progress.ejs b/views/progress.ejs index 29211fb..395df03 100644 --- a/views/progress.ejs +++ b/views/progress.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header'); %>
diff --git a/views/review.ejs b/views/review.ejs index b036a14..82f21c6 100644 --- a/views/review.ejs +++ b/views/review.ejs @@ -5,7 +5,7 @@ <%- include('./partials/head/meta'); %> <%- include('./partials/head/link'); %> - + <%- include('./partials/header', { reviewer: reviewer }); %>