mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-23 17:52:23 -04:00
10 lines
138 B
SCSS
10 lines
138 B
SCSS
.pdf-viewer-container {
|
|
background-color: gray;
|
|
height: 350px;
|
|
|
|
pdf-viewer {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
}
|