From 5dc82786107bfb4dc4786571160d63a59cc609d6 Mon Sep 17 00:00:00 2001 From: Essem Date: Wed, 23 Apr 2025 19:02:33 +0200 Subject: [PATCH] Fix profile following info (#11) Upstream changed some things, causing the "Followed by" tag to render improperly with the theme: https://github.com/mastodon/mastodon/commit/ee62ac53e1695ad133efa2a1a67466d701199b30 Reviewed-on: https://git.gay/freeplay/Mastodon-Modern/pulls/11 Co-authored-by: Essem Co-committed-by: Essem --- modern.css | 1 - modern.user.css | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modern.css b/modern.css index 8ec37cf..b3d2a39 100644 --- a/modern.css +++ b/modern.css @@ -1771,7 +1771,6 @@ a:focus-visible, .account__header__image .account__header__info { position: absolute; z-index: 2; - height: 100%; } .account__header__image .account__header__info > span { position: sticky; diff --git a/modern.user.css b/modern.user.css index 9efc73f..f4e6920 100644 --- a/modern.user.css +++ b/modern.user.css @@ -1707,7 +1707,6 @@ w/ help from pull req #7 .account__header__info { position absolute z-index 2 - height 100% > span { position sticky top var(--radius) @@ -3294,4 +3293,4 @@ w/ help from pull req #7 } -} \ No newline at end of file +}