MM-55252 Update RHS Thread View to Use Relative Timestamps (#26605)

* switch RHS thread to relative time

* update snapshot
This commit is contained in:
Matthew Birtch 2024-04-02 16:16:18 -04:00 committed by GitHub
parent d2ce70b4b1
commit c7cb1bc400
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 3 deletions

View File

@ -33,7 +33,7 @@ exports[`components/RhsThread should match snapshot 1`] = `
fromSuppressed={false}
isThreadView={false}
rootPostId="id"
useRelativeTimestamp={false}
useRelativeTimestamp={true}
/>
</div>
`;

View File

@ -59,7 +59,7 @@ const RhsThread = ({
/>
<ThreadViewer
rootPostId={selected.id}
useRelativeTimestamp={false}
useRelativeTimestamp={true}
isThreadView={false}
fromSuppressed={fromSuppressed}
/>

View File

@ -67,7 +67,8 @@
}
.post {
&.post--root {
&.post--root,
&.other--root {
padding-top: 16px;
.post__body {