mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ATS-873] Fix Subtitles in audio files (#6742)
* ATS-873 Fix Subtitiles in audio files * ATS-873 Fix unit tests
This commit is contained in:
committed by
GitHub
parent
efdc63bffd
commit
e3029b12b7
@@ -7,4 +7,9 @@
|
||||
max-height: 90vh;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
video.adf-audio-file::-webkit-media-text-track-display {
|
||||
-webkit-transform: translateY(-50%) !important;
|
||||
transform: translateY(-50%) !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user