From 0405f45b82dfe8c46b5904783e601167189f260e Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Fri, 1 Dec 2023 21:43:39 +0100 Subject: slightly adjust Mastodon icon positioning --- templates/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index b03f89c..e88aa26 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,9 +4,9 @@ {% endif %} {% endmacro -%} -{%- macro logo(name) -%} +{%- macro logo(name, extra_class="") -%}
- +
{%- endmacro -%} @@ -112,7 +112,7 @@ {% endif %} {% if MASTODON %} - {{ logo("Mastodon.svg") }} + {{ logo("Mastodon.svg", "mastodon-icon") }} {% endif %} -- cgit v1.2.3