[ADF-1810] fixed visualisation for small devices (#3074)

This commit is contained in:
Vito
2018-03-13 18:45:17 +00:00
committed by Denys Vuika
parent ad6c6847de
commit 18ec14f210

View File

@@ -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%;
} }
} }