Fix profile following info (#11)

Upstream changed some things, causing the "Followed by" tag to render improperly with the theme: ee62ac53e1

Reviewed-on: https://git.gay/freeplay/Mastodon-Modern/pulls/11
Co-authored-by: Essem <smswessem@gmail.com>
Co-committed-by: Essem <smswessem@gmail.com>
This commit is contained in:
Essem
2025-04-23 19:02:33 +02:00
committed by git.gay
parent 6f6cfefa31
commit 5dc8278610
2 changed files with 1 additions and 3 deletions

View File

@@ -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;

View File

@@ -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
}
}
}