mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
shadows are awesome
This commit is contained in:
parent
d9ae4322ea
commit
a4b268cdae
8 changed files with 11 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<div class="col p-2 h-100" style="width: 16rem;">
|
||||
<div class="card h-100">
|
||||
<div class="card h-100 shadow-sm">
|
||||
<div class=" border-bottom doc-img pr-1" [ngStyle]="{'background-image': 'url(' + getThumbUrl() + ')'}">
|
||||
<div class="row" *ngFor="let t of document.tags">
|
||||
<app-tag [tag]="t" class="col text-right"></app-tag>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue