alfresco-ng2-components/lib/core/viewer/components/mediaPlayer.component.scss

11 lines
151 B
SCSS

.adf-media-player {
display: flex;
video {
display: flex;
flex: 1;
max-height: 90vh;
max-width: 100%;
}
}