[Glitch] Video modals should not be pushed down on mobile

Port de7b405e55e9ad95e5f624e6992fc72944189496 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Echo 2026-01-08 10:44:17 +01:00 committed by Claire
parent d7254ecec4
commit bb640bd845

View File

@ -6267,6 +6267,10 @@ a.status-card {
@media screen and (width <= $mobile-breakpoint) {
margin-top: auto;
&.video-modal {
margin-top: 0;
}
}
}