Status: strip compatibility features from markup when importing

This commit is contained in:
Alex Gleason 2022-01-24 20:39:22 -06:00
parent 35ab65efcf
commit 462df83989
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 0 additions and 9 deletions

Binary file not shown.

View file

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