mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
16 lines
325 B
SCSS
16 lines
325 B
SCSS
.adf-media-player {
|
|
display: flex;
|
|
|
|
video {
|
|
display: flex;
|
|
flex: 1;
|
|
max-height: 90vh;
|
|
max-width: 100%;
|
|
}
|
|
|
|
video.adf-audio-file::-webkit-media-text-track-container {
|
|
-webkit-transform: translateY(-50%) !important;
|
|
transform: translateY(-50%) !important;
|
|
}
|
|
}
|