add file-render.scss
This commit is contained in:
parent
9b5ac83f68
commit
a3a02995fb
1 changed files with 18 additions and 0 deletions
18
src/renderer/scss/component/_file-render.scss
Normal file
18
src/renderer/scss/component/_file-render.scss
Normal file
|
@ -0,0 +1,18 @@
|
|||
.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 {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: black;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue