Video modals should not be pushed down on mobile (#37421)

This commit is contained in:
Echo 2026-01-08 10:44:17 +01:00 committed by GitHub
parent aa2110025e
commit de7b405e55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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