From bcdf2d284115487881c3023ecee6fc8cc4259f72 Mon Sep 17 00:00:00 2001 From: Renaud Chaput Date: Tue, 7 May 2024 18:43:49 +0200 Subject: [PATCH] Fixes the categories labels and top blank space on small screens Category labels will wrap if too long, and the blank screen at the top is reduced to not waste too much space --- themes/mastodon/layouts/_default/baseof.html | 2 +- themes/mastodon/layouts/_default/single.html | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/themes/mastodon/layouts/_default/baseof.html b/themes/mastodon/layouts/_default/baseof.html index 6f335cb..9c316e0 100644 --- a/themes/mastodon/layouts/_default/baseof.html +++ b/themes/mastodon/layouts/_default/baseof.html @@ -19,7 +19,7 @@ {{ end }} -
+
{{ block "content" . }}{{ end }} diff --git a/themes/mastodon/layouts/_default/single.html b/themes/mastodon/layouts/_default/single.html index 1a692b4..e1e76a0 100644 --- a/themes/mastodon/layouts/_default/single.html +++ b/themes/mastodon/layouts/_default/single.html @@ -1,16 +1,18 @@ {{ define "content" }}