Fix: fix thumbnail clipping, select inverted color in safari (#8193)

This commit is contained in:
shamoon
2024-11-04 13:44:35 -08:00
committed by GitHub
parent c57cd7e298
commit 005150c84f
2 changed files with 2 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
// Safari does not like the filters on the image, see https://github.com/paperless-ngx/paperless-ngx/pull/8121
.doc-img-container {
background-color: #ffffff;
background-color: #ffffff !important;
}
.doc-img {