From 3beb8a880ee04aa80006b2dab7be2ae36c473b78 Mon Sep 17 00:00:00 2001 From: thislight Date: Sat, 14 Sep 2024 12:28:22 +0800 Subject: [PATCH 1/2] RegularToot: fix time display problem --- src/timelines/RegularToot.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timelines/RegularToot.tsx b/src/timelines/RegularToot.tsx index 1912f90..97178c3 100644 --- a/src/timelines/RegularToot.tsx +++ b/src/timelines/RegularToot.tsx @@ -187,7 +187,7 @@ function TootAuthorGroup(props: { status: mastodon.v1.Status; now: Date }) { }} /> @{toot().account.username}@{new URL(toot().account.url).hostname} From 27007412ec4fa34b907e375fbc3a9a077b66909a Mon Sep 17 00:00:00 2001 From: thislight Date: Sat, 14 Sep 2024 12:34:45 +0800 Subject: [PATCH 2/2] *Toot: fix the thread line covers preview (#10) --- src/timelines/toot.module.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/timelines/toot.module.css b/src/timelines/toot.module.css index 59aac3e..89b4609 100644 --- a/src/timelines/toot.module.css +++ b/src/timelines/toot.module.css @@ -118,6 +118,8 @@ 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%;