Fedibird compatibility, because why not
This commit is contained in:
parent
af9b69271b
commit
9f98fcff09
3 changed files with 8 additions and 0 deletions
Binary file not shown.
Binary file not shown.
|
@ -816,3 +816,11 @@ a.status-card.compact:hover {
|
|||
margin-top: 5px !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fedibird quote post compatibility */
|
||||
.status__content,
|
||||
.quoted-status__content {
|
||||
.quote-inline {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue