From 6df5c2e2164d5c77bd8abd9dbd91dd267105fe6f Mon Sep 17 00:00:00 2001 From: thislight Date: Mon, 25 Nov 2024 14:55:27 +0800 Subject: [PATCH] RegularToot: set contain to content --- src/timelines/RegularToot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timelines/RegularToot.css b/src/timelines/RegularToot.css index d7a50c3..e00535e 100644 --- a/src/timelines/RegularToot.css +++ b/src/timelines/RegularToot.css @@ -4,7 +4,7 @@ --toot-avatar-size: 40px; margin-block: 0; position: relative; - contain: layout style; + contain: content; cursor: pointer;