Compare commits
No commits in common. "27007412ec4fa34b907e375fbc3a9a077b66909a" and "9b4892b36c031370b00963089a5324067de7326d" have entirely different histories.
27007412ec
...
9b4892b36c
2 changed files with 1 additions and 3 deletions
|
@ -187,7 +187,7 @@ function TootAuthorGroup(props: { status: mastodon.v1.Status; now: Date }) {
|
|||
}}
|
||||
/>
|
||||
<time datetime={toot().createdAt}>
|
||||
{formatRelative(toot().createdAt, props.now)}
|
||||
{formatRelative(props.now, toot().createdAt)}
|
||||
</time>
|
||||
<span>
|
||||
@{toot().account.username}@{new URL(toot().account.url).hostname}
|
||||
|
|
|
@ -118,8 +118,6 @@
|
|||
transition: color 220ms var(--tutu-anim-curve-std), background-color 220ms var(--tutu-anim-curve-std);
|
||||
padding-bottom: 8px;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
|
||||
>img {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue