@arsedizioni/ars-utils 18.4.82 → 18.4.84
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 +4 -2
- 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 +1 -1
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
.tile {
|
|
208
208
|
cursor: pointer !important;
|
|
209
209
|
padding: 10px 13px 10px 13px !important;
|
|
210
|
-
margin-bottom:
|
|
210
|
+
margin-bottom: 20px !important;
|
|
211
211
|
|
|
212
212
|
.body {
|
|
213
213
|
padding: 4px 6px;
|
|
@@ -343,19 +343,21 @@
|
|
|
343
343
|
.stripe {
|
|
344
344
|
cursor: pointer !important;
|
|
345
345
|
padding: 5px 10px 5px 10px !important;
|
|
346
|
-
margin-bottom:
|
|
346
|
+
margin-bottom: 10px !important;
|
|
347
347
|
|
|
348
348
|
.body {
|
|
349
349
|
padding: 5px 15px !important;
|
|
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
|
}
|