From 5df70a6bad6942f00f5818538e105f7502080e91 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Thu, 21 Mar 2024 22:09:16 +0000 Subject: [PATCH] Reduce footer padding --- src/mastodon-timeline.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mastodon-timeline.css b/src/mastodon-timeline.css index 7c5c1db..31770d9 100644 --- a/src/mastodon-timeline.css +++ b/src/mastodon-timeline.css @@ -612,7 +612,7 @@ body:has(dialog.mt-dialog[open]) { display: flex; flex-flow: wrap; margin: auto auto 2rem auto; - padding: 0 1.5rem; + padding: 0 1rem; gap: 1.5rem; align-items: center; justify-content: center;