From 32b72f929718a64d3acae0f2fe462ffe9b36bebf Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sun, 15 Oct 2023 19:52:33 +0800 Subject: [PATCH] Prevent time link from overlapping too much --- src/components/status.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/status.css b/src/components/status.css index 515858a5..cc44b06a 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -337,7 +337,7 @@ .status > .container > .meta a.time:after { content: ''; position: absolute; - inset: -16px; + inset: -16px -16px -8px; } .status > .container > .meta .reply-to { opacity: 0.5;