mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
checboxes for small cards. does not work yet.
This commit is contained in:
parent
66240188c7
commit
d1d09ac6ac
3 changed files with 20 additions and 1 deletions
|
|
@ -2,4 +2,12 @@
|
|||
object-fit: cover;
|
||||
object-position: top;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.document-card-check {
|
||||
display: none
|
||||
}
|
||||
|
||||
.document-card:hover .document-card-check {
|
||||
display: block;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue