From fe9e4eebf4bab2b375fd3a9b77cecf04685f4a75 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 29 Jul 2022 23:17:02 +0200 Subject: [PATCH] Fix footer --- app/main.py | 3 +++ app/scss/main.scss | 1 - app/templates/layout.html | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index f8b21c3..07d0fcc 100644 --- a/app/main.py +++ b/app/main.py @@ -76,6 +76,9 @@ _RESIZED_CACHE: MutableMapping[tuple[str, int], tuple[bytes, str, Any]] = LFUCac # TODO(ts): # # Next: +# - allow to set trusted_hosts=["*"] for Docker in config +# - maybe rename profile.toml to config.toml or add server.toml +# - share nginx config in doc # - prevent double accept/double follow # - UI support for updating posts # - indieauth tweaks diff --git a/app/scss/main.scss b/app/scss/main.scss index 613266e..563f7bf 100644 --- a/app/scss/main.scss +++ b/app/scss/main.scss @@ -128,7 +128,6 @@ footer { width: 100%; max-width: 1000px; margin: 20px auto; - padding: 0 20px; color: $muted-color; } .actor-box { diff --git a/app/templates/layout.html b/app/templates/layout.html index e10dc0e..0a89ae4 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -46,7 +46,9 @@