mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-31 01:11:26 +00:00
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…
Add table
Reference in a new issue