mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-02-16 07:33:51 -05:00
[Glitch] Add CSS class to replies
Port 2bbec9f4dab1441391983ce920b6a0094f0e0348 to glitch-soc
This commit is contained in:
parent
3b09597556
commit
4a9e3f80e8
@ -475,6 +475,7 @@ export default class Status extends ImmutablePureComponent {
|
|||||||
const computedClass = classNames('status', `status-${status.get('visibility')}`, {
|
const computedClass = classNames('status', `status-${status.get('visibility')}`, {
|
||||||
collapsed: isCollapsed,
|
collapsed: isCollapsed,
|
||||||
'has-background': isCollapsed && background,
|
'has-background': isCollapsed && background,
|
||||||
|
'status__wrapper-reply': !!status.get('in_reply_to_id'),
|
||||||
muted,
|
muted,
|
||||||
}, 'focusable');
|
}, 'focusable');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user