mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-15 19:17:03 +01:00
Show number of comments on cards, tab
This commit is contained in:
parent
f161722b34
commit
3911740360
14 changed files with 146 additions and 74 deletions
|
|
@ -34,6 +34,12 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.document-card-comments {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 170px;
|
||||
}
|
||||
|
||||
.card-selected {
|
||||
border-color:var(--bs-primary);
|
||||
|
||||
|
|
@ -58,12 +64,12 @@
|
|||
color: var(--bs-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.metadata-icon {
|
||||
width: 0.9rem;
|
||||
height: 0.9rem;
|
||||
padding: 0.05rem;
|
||||
}
|
||||
.metadata-icon {
|
||||
width: 0.9rem;
|
||||
height: 0.9rem;
|
||||
padding: 0.05rem;
|
||||
}
|
||||
|
||||
.card-footer .btn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue