@arsedizioni/ars-utils 18.4.51 → 18.4.52
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 +13 -1
- 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
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
|
|
94
94
|
.item {
|
|
95
95
|
border-radius: 12px;
|
|
96
|
-
padding: 10px
|
|
96
|
+
padding: 10px 10px 10px 10px;
|
|
97
97
|
min-height: 68px !important;
|
|
98
98
|
margin-bottom: 2px;
|
|
99
99
|
}
|
|
@@ -108,6 +108,18 @@
|
|
|
108
108
|
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
+
@media screen and (min-width: 0px) and (max-width: 430px) {
|
|
112
|
+
.item:hover {
|
|
113
|
+
background-color: var(--ars-item-hover-background-color);
|
|
114
|
+
|
|
115
|
+
.item-content {
|
|
116
|
+
-webkit-mask-image: linear-gradient(to right, black 55%, transparent 100%);
|
|
117
|
+
mask-image: linear-gradient(to right, black 55%, transparent 100%);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
111
123
|
.item-content {
|
|
112
124
|
.info-1 {
|
|
113
125
|
font-size: x-small !important;
|