Files
jellyfin-web/src/plugins/pdfPlayer/style.scss
T
2022-09-29 01:30:01 -04:00

26 lines
396 B
SCSS

#pdfPlayer {
position: relative;
height: 100%;
width: 100%;
overflow: none;
z-index: 100;
background: #fff;
#canvas {
display: block;
margin: auto;
}
.actionButtons {
right: 0.5vh;
top: 0.5vh;
z-index: 1002;
position: absolute;
}
.actionButtonIcon {
color: #000;
opacity: 0.7;
}
}