From 9c055b2ead69dd67164ffff85646814230ce581a Mon Sep 17 00:00:00 2001 From: xenua Date: Sun, 17 Nov 2024 16:40:22 +0100 Subject: [PATCH] fix follow request banner margins --- mastodon/mastodon4.user.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mastodon/mastodon4.user.css b/mastodon/mastodon4.user.css index 78868f4..24f86d3 100644 --- a/mastodon/mastodon4.user.css +++ b/mastodon/mastodon4.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name xenua's mastodon 4 frontend tweaks @namespace git.xenua.me/xenua -@version 1.1.2 +@version 1.1.3 @description makes the mastodon *advanced* webinterface more compact and pleasant to look at @author xenua @license CNPLv7+ @@ -279,6 +279,10 @@ .scrollable:has(> .item-list > .account-timeline__header) { margin-top: -50px; + + .follow-request-banner { + margin-top: 40px; + } } .account__header__bar {