From e87f45bcd8570ac4381d2ba6b3144f152416e26e Mon Sep 17 00:00:00 2001 From: Zergling_man Date: Tue, 31 May 2022 00:59:57 +1000 Subject: [PATCH] Added a bit more comment AND CREDITgit pushgit push --- main/templates/main/temp.html | 1 + static/theme.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/main/templates/main/temp.html b/main/templates/main/temp.html index 315caca..9233aee 100644 --- a/main/templates/main/temp.html +++ b/main/templates/main/temp.html @@ -10,6 +10,7 @@ Need to add a timer to remove it first. I'm not *that* mean. Credit: https://soc.punktrash.club/objects/bfe4fc29-96d5-4f90-9f9e-4092e7c273a4--> +
{% autoescape off %}{{ content }}{% endautoescape %}
diff --git a/static/theme.css b/static/theme.css index db9e915..39a2e46 100644 --- a/static/theme.css +++ b/static/theme.css @@ -6,7 +6,8 @@ body margin: 0px; padding: 0px; - /*Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.*/ + /*Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS. + Thanks to @heftig:archlinux.org (matrix) for showing me this.*/ display: flex; flex-direction: column; }