diff --git a/src/gutenberg-blocks/tainacan-collections/collections-carousel/index.js b/src/gutenberg-blocks/tainacan-collections/collections-carousel/index.js index 8d9ca3248..c715c0a31 100644 --- a/src/gutenberg-blocks/tainacan-collections/collections-carousel/index.js +++ b/src/gutenberg-blocks/tainacan-collections/collections-carousel/index.js @@ -134,6 +134,7 @@ registerBlockType('tainacan/collections-carousel', { content: contentTemp.length ? (
+ flexDirection: 'column'}}> { isInEdit ? ( { @@ -194,9 +196,8 @@ registerBlockType('tainacan/collections-carousel', { ) : null }
- -
- {items[0] ? prepareItem(items[0], null, collection.name) : null} +
+ {items[0] ? prepareItem(items[0], {display: 'flex', height: '87px'}, collection.name) : null}
@@ -204,6 +205,7 @@ registerBlockType('tainacan/collections-carousel', { {items[2] ? prepareItem(items[2], {width: '42px', height: '42px'}, collection.name) : null}
+ @@ -357,6 +359,7 @@ registerBlockType('tainacan/collections-carousel', {
{ contentTemp.length ? - { - + {item.title ); } @@ -128,9 +131,10 @@ registerBlockType('tainacan/items-grid', { setAttributes({ content: (
{ items }
@@ -189,9 +193,10 @@ registerBlockType('tainacan/items-grid', { : null }
{ items }