Compare commits

..

No commits in common. "27007412ec4fa34b907e375fbc3a9a077b66909a" and "9b4892b36c031370b00963089a5324067de7326d" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -187,7 +187,7 @@ function TootAuthorGroup(props: { status: mastodon.v1.Status; now: Date }) {
}} }}
/> />
<time datetime={toot().createdAt}> <time datetime={toot().createdAt}>
{formatRelative(toot().createdAt, props.now)} {formatRelative(props.now, toot().createdAt)}
</time> </time>
<span> <span>
@{toot().account.username}@{new URL(toot().account.url).hostname} @{toot().account.username}@{new URL(toot().account.url).hostname}

View file

@ -118,8 +118,6 @@
transition: color 220ms var(--tutu-anim-curve-std), background-color 220ms var(--tutu-anim-curve-std); transition: color 220ms var(--tutu-anim-curve-std), background-color 220ms var(--tutu-anim-curve-std);
padding-bottom: 8px; padding-bottom: 8px;
overflow: hidden; overflow: hidden;
z-index: 1;
position: relative;
>img { >img {
max-width: 100%; max-width: 100%;