Merge pull request #2910 from paperless-ngx/feature-improved-statistics-widget

Feature: Improved statistics widget
This commit is contained in:
shamoon 2023-03-19 23:34:19 -07:00 committed by GitHub
commit 6a34a35585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 221 additions and 20 deletions

View file

@ -629,3 +629,7 @@ code {
.accordion-button::after {
filter: invert(0.5) saturate(0);
}
.me-1px {
margin-right: 1px !important;
}