From 9a001e7839223ba896b30d8ee71c5e5d720ca8fb Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 14 Oct 2025 10:58:03 +0200 Subject: [PATCH] Fix videos not being indented properly in thread view (#36459) --- app/javascript/styles/mastodon/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 7e677b8ef..ee54cd71a 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1528,7 +1528,7 @@ & > .status__content, & > .status__action-bar, & > .media-gallery, - & > .video-player, + & > div > .video-player, & > .audio-player, & > .attachment-list, & > .picture-in-picture-placeholder,