mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Better minimum size for native viewer
This commit is contained in:
parent
b0fed61a01
commit
37b3a30619
1 changed files with 3 additions and 3 deletions
|
|
@ -39,9 +39,9 @@
|
||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
|
|
||||||
.preview {
|
.preview {
|
||||||
min-width: 10rem;
|
min-width: 30rem;
|
||||||
min-height: 10rem;
|
min-height: 20rem;
|
||||||
max-height: 25rem;
|
max-height: 35rem;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue