Profile fields style hotfix

Not exactly correct, but it should at least work for now.
This commit is contained in:
Essem 2024-02-20 20:49:33 -06:00
parent 3e93d6b90a
commit 271096cee6
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C

View file

@ -175,6 +175,10 @@ body.app-body.flavour-glitch > #mastodon .account-card .media-modal__close::befo
z-index: -1;
opacity: 0.5;
}
body.app-body.flavour-glitch > #mastodon :not(.admin-account-bio) > div > .account__header__fields.account__header__fields:not(:first-child),
body.app-body.flavour-glitch > #mastodon .account__header__account-note.account__header__fields:not(:first-child) {
margin-bottom: 20px;
}
.layout-multiple-columns.flavour-glitch .drawer {
flex-grow: 0.2;
}