mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
10 lines
143 B
SCSS
10 lines
143 B
SCSS
|
|
.pdf-viewer-container {
|
||
|
|
background-color: gray;
|
||
|
|
height: 300px;
|
||
|
|
|
||
|
|
pngx-pdf-viewer {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
}
|