2018-06-15 02:19:21 +02:00
|
|
|
.file-render {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: auto;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 1;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
.file-render__viewer {
|
2018-07-05 04:49:12 +02:00
|
|
|
margin: 0;
|
2018-06-15 02:19:21 +02:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background: black;
|
2018-07-05 07:32:08 +02:00
|
|
|
|
|
|
|
iframe,
|
|
|
|
webview {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
2018-06-15 02:19:21 +02:00
|
|
|
}
|
|
|
|
}
|