From b58e2a50e3d8c1bb862bf11fc45c023f4ef6c3ea Mon Sep 17 00:00:00 2001 From: thislight Date: Thu, 21 Nov 2024 22:54:00 +0800 Subject: [PATCH] TootContent: remove unused composes property --- src/timelines/toots/TootContent.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/timelines/toots/TootContent.css b/src/timelines/toots/TootContent.css index 79c4ffc..b45411c 100644 --- a/src/timelines/toots/TootContent.css +++ b/src/timelines/toots/TootContent.css @@ -1,5 +1,4 @@ .TootContent { - composes: cardNoPad from "../material/cards.module.css"; margin-left: calc(var(--card-pad, 0) + var(--toot-avatar-size, 0) + 8px); margin-right: var(--card-pad, 0); line-height: 1.5;