@sc-360-v2/storefront-cms-library 0.4.52 → 0.4.54
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/product-image.scss
CHANGED
|
@@ -490,7 +490,9 @@
|
|
|
490
490
|
|
|
491
491
|
.embla__viewport {
|
|
492
492
|
width: 100%;
|
|
493
|
-
height: 100%;
|
|
493
|
+
// height: 100%;
|
|
494
|
+
height: auto;
|
|
495
|
+
flex-grow: 1;
|
|
494
496
|
position: relative;
|
|
495
497
|
display: flex;
|
|
496
498
|
flex-direction: column;
|
|
@@ -1068,6 +1070,7 @@
|
|
|
1068
1070
|
|
|
1069
1071
|
.embla__thumbs__slide {
|
|
1070
1072
|
// min-width: var(--_ctm-lt-tl-se);
|
|
1073
|
+
flex-shrink: 0;
|
|
1071
1074
|
max-width: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
|
|
1072
1075
|
|
|
1073
1076
|
height: var(--_ctm-mob-lt-tl-se, var(--_ctm-tab-lt-tl-se, var(--_ctm-lt-tl-se)));
|