@arsedizioni/ars-utils 18.4.82 → 18.4.83
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/clipper.ui/ui/clipper.scss +2 -0
- package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -350,12 +350,14 @@
|
|
|
350
350
|
}
|
|
351
351
|
|
|
352
352
|
.image-mark {
|
|
353
|
+
min-height:100% !important;
|
|
353
354
|
border-left: 6px solid transparent;
|
|
354
355
|
margin: 8px 0;
|
|
355
356
|
|
|
356
357
|
}
|
|
357
358
|
|
|
358
359
|
.image-mark-unread {
|
|
360
|
+
min-height:100% !important;
|
|
359
361
|
border-left-color: var(--ars-color-error, #ff5449) !important;
|
|
360
362
|
margin: 8px 0;
|
|
361
363
|
}
|