pb-sxp-ui 14.0.6 → 15.0.1

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/dist/index.css CHANGED
@@ -1179,6 +1179,21 @@ a:active {
1179
1179
  -o-object-fit: cover;
1180
1180
  object-fit: cover;
1181
1181
  }
1182
+ .list-content-listItem-picture1609 {
1183
+ position: relative;
1184
+ width: 100%;
1185
+ overflow: hidden;
1186
+ aspect-ratio: 9 / 16;
1187
+ }
1188
+ .list-content-listItem-picture1609-img {
1189
+ position: absolute;
1190
+ width: 100%;
1191
+ -o-object-fit: cover;
1192
+ object-fit: cover;
1193
+ top: 50%;
1194
+ -webkit-transform: translateY(-50%);
1195
+ transform: translateY(-50%);
1196
+ }
1182
1197
  .list-content-listItem-info {
1183
1198
  padding: 8px;
1184
1199
  }