RocketChat/Rocket.Chat

View on GitHub
packages/livechat/src/components/Messages/VideoAttachment/styles.scss

Summary

Maintainability
Test Coverage
$video-attachment-max-height: 250px;

.video-attachment {
    &__inner {
        max-width: 100%;
        max-height: $video-attachment-max-height;
    }
}