mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Theme tweaks
See https://github.com/jonaswinkler/paperless-ng/issues/194
This commit is contained in:
parent
ebcf4e2d81
commit
1297c0911c
2 changed files with 48 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<div class="col p-2 h-100">
|
||||
<div class="card h-100 shadow-sm" [class.card-selected]="selected">
|
||||
<div class="border-bottom" [class.doc-img-background-selected]="selected">
|
||||
<div class="border-bottom doc-img-container" [class.doc-img-background-selected]="selected">
|
||||
<img class="card-img doc-img" [src]="getThumbUrl()" (click)="setSelected(!selected)">
|
||||
|
||||
<div class="border-right border-bottom bg-light p-1 rounded document-card-check">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue