Fixed preview for pdf and missing video coded message (#3163)
Co-authored-by: Piotr Markiewicz <piotr.markiewicz@vaimo.com>pull/3111/head^2
parent
da5a6e051f
commit
e2d72706cc
|
@ -234,6 +234,10 @@ main .spinner .bounce2 {
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
#previewer .vjs-error-display {
|
||||
margin-top: 40%;
|
||||
}
|
||||
|
||||
#previewer .preview .info {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
@ -265,6 +269,7 @@ main .spinner .bounce2 {
|
|||
#previewer .pdf {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-top: 4em;
|
||||
}
|
||||
|
||||
#previewer h2.message {
|
||||
|
|
Loading…
Reference in New Issue