mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* fix kebab case files and add tlsint rule * headless * m 2 in e2e * download file in headless chrome * fix budget * fix import * fix import
11 lines
151 B
SCSS
11 lines
151 B
SCSS
.adf-media-player {
|
|
display: flex;
|
|
|
|
video {
|
|
display: flex;
|
|
flex: 1;
|
|
max-height: 90vh;
|
|
max-width: 100%;
|
|
}
|
|
}
|