mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-27 08:45:27 -05:00
Prevent vertical videos from overflowing the viewport (#36966)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user