Browse Source

fix follow request banner margins

main
xenua 1 month ago
parent
commit
9c055b2ead
Signed by: xenua
GPG Key ID: 8F93B68BD37255B8
  1. 6
      mastodon/mastodon4.user.css

6
mastodon/mastodon4.user.css

@ -1,7 +1,7 @@ @@ -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 @@ @@ -279,6 +279,10 @@
.scrollable:has(> .item-list > .account-timeline__header) {
margin-top: -50px;
.follow-request-banner {
margin-top: 40px;
}
}
.account__header__bar {

Loading…
Cancel
Save