[Glitch] Fix redundant indentation on Post reply indicator
Port 56fa1b93416d7172279bb6d4ab90fa01f92a9b0f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
62b479a852
commit
ea35729b77
@ -727,7 +727,7 @@ class Status extends ImmutablePureComponent {
|
|||||||
return (
|
return (
|
||||||
<Hotkeys handlers={handlers} focusable={!unfocusable}>
|
<Hotkeys handlers={handlers} focusable={!unfocusable}>
|
||||||
<div
|
<div
|
||||||
className={classNames('status__wrapper', 'focusable', `status__wrapper-${status.get('visibility')}`, { 'status__wrapper-reply': !!status.get('in_reply_to_id'), unread })}
|
className={classNames('status__wrapper', 'focusable', `status__wrapper-${status.get('visibility')}`, { 'status__wrapper-reply': !!status.get('in_reply_to_id'), 'status__wrapper--in-thread': !!rootId, unread })}
|
||||||
{...selectorAttribs}
|
{...selectorAttribs}
|
||||||
tabIndex={unfocusable ? null : 0}
|
tabIndex={unfocusable ? null : 0}
|
||||||
data-featured={featured ? 'true' : null}
|
data-featured={featured ? 'true' : null}
|
||||||
|
|||||||
@ -1806,7 +1806,7 @@ body > [data-popper-placement] {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
|
|
||||||
.status__wrapper-reply & {
|
.status__wrapper-reply.status__wrapper--in-thread & {
|
||||||
--thread-margin: calc(46px + 8px);
|
--thread-margin: calc(46px + 8px);
|
||||||
|
|
||||||
margin-inline-start: var(--thread-margin);
|
margin-inline-start: var(--thread-margin);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user