Fedibird compatibility, because why not

This commit is contained in:
Alex Gleason 2022-01-24 12:58:39 -06:00
parent af9b69271b
commit 9f98fcff09
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 8 additions and 0 deletions

View file

@ -816,3 +816,11 @@ a.status-card.compact:hover {
margin-top: 5px !important; margin-top: 5px !important;
} }
} }
/* Fedibird quote post compatibility */
.status__content,
.quoted-status__content {
.quote-inline {
display: none;
}
}