Always display embed description, even in timelines

pip
Alex Gleason 2021-05-12 12:13:10 -05:00
rodzic 656e67a744
commit 93e866c7ad
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
2 zmienionych plików z 1 dodań i 5 usunięć

Wyświetl plik

@ -210,7 +210,7 @@ export default class Card extends React.PureComponent {
return (
<div className={className} ref={this.setRef}>
{embed}
{!compact && description}
{description}
</div>
);
} else if (card.get('image')) {

Wyświetl plik

@ -612,10 +612,6 @@ a.status-card {
.status-card.compact {
border-color: var(--brand-color--faint);
&.interactive {
border: 0;
}
}
a.status-card.compact:hover {