Skip to content

Commit 5ed821b

Browse files
committed
Fix text and add margin to gallery block icon
1 parent 4149217 commit 5ed821b

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

css/gallery-block-rtl.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/gallery-block.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/src/gallery.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
align-items: center;
5050
}
5151

52+
.wp-block-cloudinary-gallery .block-editor-media-placeholder .components-placeholder__label .dashicon {
53+
margin-right: 8px;
54+
}
55+
5256
/* stylelint-disable */
5357
.wp-block-cloudinary-gallery .block-editor-media-placeholder.is-appender .components-placeholder__label {
5458
display: none;

js/gallery-block.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-components/build-style/style.css', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '5d10da56cc3f0e4a9cf2b2a3e7ee85d0');
1+
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-components/build-style/style.css', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '2695e94cb7e3a139b92189c7f3552ac8');

js/gallery-block.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

php/class-connect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ public function settings() {
802802
'icon' => $this->plugin->dir_url . 'css/transformation.svg',
803803
'title' => __( 'Learn More', 'cloudinary' ),
804804
'text' => __(
805-
'You can upload and manage your images in Cloudinary directly from your WordPress interface. The plugin also supports automated (single-click) migration of all images from your existing posts to Cloudinary. Once your WordPress images are stored in Cloudinary, you can take advantage of Cloudinary\'s transformation, optimization, and responsive image features as well as fast CDN delivery.',
805+
'You can upload and manage your images and videos in Cloudinary directly from your WordPress interface. The plugin also supports automated (single-click) migration of all media assets from your existing posts to Cloudinary. Once your WordPress media is stored in Cloudinary, you can take advantage of Cloudinary\'s transformation, optimization, and responsive features as well as fast CDN delivery.',
806806
'cloudinary'
807807
),
808808
'url' => 'https://cloudinary.com/documentation/image_transformations#quick_example',

0 commit comments

Comments
 (0)