Change reference notification style

This commit is contained in:
KMY 2023-07-07 06:56:05 +09:00
parent 86ea221cf4
commit a816ef1526

View file

@ -307,15 +307,16 @@ class Notification extends ImmutablePureComponent {
<StatusContainer
id={notification.get('status')}
account={notification.get('account')}
muted
withDismiss
hidden={this.props.hidden}
onMoveDown={this.handleMoveDown}
onMoveUp={this.handleMoveUp}
contextType='notifications'
getScrollPosition={this.props.getScrollPosition}
updateScrollBottom={this.props.updateScrollBottom}
cachedMediaWidth={this.props.cachedMediaWidth}
cacheMediaWidth={this.props.cacheMediaWidth}
withoutEmojiReactions
unread={this.props.unread}
/>
</div>
</HotKeys>