Prevent vertical videos from overflowing the viewport (#36966)

This commit is contained in:
diondiondion
2025-11-25 14:21:59 +01:00
committed by GitHub
parent ca53195b31
commit 861625fdca
2 changed files with 4 additions and 0 deletions

View File

@@ -7699,6 +7699,8 @@ a.status-card {
position: relative;
background: $base-shadow-color;
max-width: 100%;
max-height: max(400px, 60vh);
margin-inline: auto;
border-radius: 8px;
box-sizing: border-box;
color: $white;