mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
change thumbnail display for extra wide images #433
This commit is contained in:
parent
13e91d8c95
commit
ed478a1d73
@ -5,6 +5,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
*********
|
*********
|
||||||
|
|
||||||
|
paperless-ng 1.1.2
|
||||||
|
##################
|
||||||
|
|
||||||
|
* Always show top left corner of thumbnails, even for extra wide documents.
|
||||||
|
|
||||||
paperless-ng 1.1.1
|
paperless-ng 1.1.1
|
||||||
##################
|
##################
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
.doc-img {
|
.doc-img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: top;
|
object-position: top left;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
mix-blend-mode: multiply;
|
mix-blend-mode: multiply;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.doc-img {
|
.doc-img {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: top;
|
object-position: top left;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
mix-blend-mode: multiply;
|
mix-blend-mode: multiply;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user