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;