mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-09 06:56:05 +01:00
11 lines
146 B
CSS
11 lines
146 B
CSS
|
|
.result-content {
|
||
|
|
color: darkgray;
|
||
|
|
}
|
||
|
|
|
||
|
|
.doc-img {
|
||
|
|
object-fit: cover;
|
||
|
|
object-position: top;
|
||
|
|
height: 100%;
|
||
|
|
position: absolute;
|
||
|
|
|
||
|
|
}
|