From 734663c3933ed55d17e9f69ad15c632452dfd2ad Mon Sep 17 00:00:00 2001 From: neko Date: Fri, 9 Apr 2021 21:17:00 +0200 Subject: [PATCH] moved screen effects to divs a layer above to fix a scrolling issue --- _includes/screen-effects.html | 4 ++++ _layouts/page-about.html | 5 +++-- _layouts/page-screen.html | 5 +++-- _layouts/page-welcome.html | 5 +++-- _layouts/post.html | 5 +++-- assets/css/crt.css | 28 ++++++++++++++-------------- 6 files changed, 30 insertions(+), 22 deletions(-) create mode 100755 _includes/screen-effects.html diff --git a/_includes/screen-effects.html b/_includes/screen-effects.html new file mode 100755 index 0000000..d4368b8 --- /dev/null +++ b/_includes/screen-effects.html @@ -0,0 +1,4 @@ +
+
+
+
diff --git a/_layouts/page-about.html b/_layouts/page-about.html index bfcb807..bddee7f 100644 --- a/_layouts/page-about.html +++ b/_layouts/page-about.html @@ -3,8 +3,9 @@ {% include head.html %}
-
-
+ + {% include screen-effects.html %} +
{% include header.html %} diff --git a/_layouts/page-screen.html b/_layouts/page-screen.html index dd3f406..98212fd 100644 --- a/_layouts/page-screen.html +++ b/_layouts/page-screen.html @@ -3,8 +3,9 @@ {% include head.html %}
-
-
+ + {% include screen-effects.html %} +
{% include header.html %} diff --git a/_layouts/page-welcome.html b/_layouts/page-welcome.html index f8ff687..a84aa63 100644 --- a/_layouts/page-welcome.html +++ b/_layouts/page-welcome.html @@ -3,8 +3,9 @@ {% include head.html %}
-
-
+ + {% include screen-effects.html %} +
{{content}} diff --git a/_layouts/post.html b/_layouts/post.html index 5ce4dab..65dc113 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -3,8 +3,9 @@ {% include head.html %}
-
-
+ + {% include screen-effects.html %} +