Always display embed description, even in timelines
This commit is contained in:
parent
656e67a744
commit
93e866c7ad
|
@ -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')) {
|
||||
|
|
|
@ -612,10 +612,6 @@ a.status-card {
|
|||
|
||||
.status-card.compact {
|
||||
border-color: var(--brand-color--faint);
|
||||
|
||||
&.interactive {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a.status-card.compact:hover {
|
||||
|
|
Loading…
Reference in New Issue