From b853b01304e894b2763435f32d984cc099564480 Mon Sep 17 00:00:00 2001 From: thislight Date: Tue, 8 Oct 2024 17:33:52 +0800 Subject: [PATCH] *Toot: fix missing preview card --- src/timelines/toot.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/timelines/toot.module.css b/src/timelines/toot.module.css index af13f46..56b4d73 100644 --- a/src/timelines/toot.module.css +++ b/src/timelines/toot.module.css @@ -3,6 +3,7 @@ --card-gut: 16px; --toot-avatar-size: 40px; margin-block: 0; + position: relative; &.toot { /* fix composition ordering: I think the css module processor should aware the overriding and behaves, but no */