Fix video rendering, at least for one case

This commit is contained in:
Alex Gleason 2020-05-15 22:43:24 -05:00
parent 72b6619504
commit 2fa0c44b52
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -3709,8 +3709,6 @@ a.status-card.compact:hover {
video {
object-fit: contain;
position: relative;
top: 50%;
transform: translateY(-50%);
}
}