diff --git a/app/javascript/flavours/glitch/styles/mastodon/components.scss b/app/javascript/flavours/glitch/styles/mastodon/components.scss index 8ce00051ac..c33664295f 100644 --- a/app/javascript/flavours/glitch/styles/mastodon/components.scss +++ b/app/javascript/flavours/glitch/styles/mastodon/components.scss @@ -6267,6 +6267,10 @@ a.status-card { @media screen and (width <= $mobile-breakpoint) { margin-top: auto; + + &.video-modal { + margin-top: 0; + } } }