mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1810] fixed visualisation for small devices (#3074)
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
.adf-media-player {
|
.adf-media-player {
|
||||||
|
display: flex;
|
||||||
|
|
||||||
video {
|
video {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user