From 3a8beaed91a0ab9160b40b37b18677527b4ee52e Mon Sep 17 00:00:00 2001 From: Smahel Jaromir Date: Mon, 20 May 2024 18:17:16 +0000 Subject: [PATCH 1/2] convivial-demo-36910: Create new landscape formated image from thumbnail (for video gallery) if it does not exists already and render it as landscape image style. Mirrored from (c-36910). --- css/styles.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/css/styles.css b/css/styles.css index 47eab5b..f21538d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -33,12 +33,7 @@ width: auto; } -/* CKEditor fixes */ +/* Ckeditor fixes */ figure.drupal-media.ck-widget { width: 100%; } - -/* Hide CKEditor inapplicable styles */ -.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled { - display: none; -} From c0ecd4fe51c7d2ccf3992ea57a99b38e6cc860e6 Mon Sep 17 00:00:00 2001 From: Smahel Jaromir Date: Mon, 20 May 2024 18:35:10 +0000 Subject: [PATCH 2/2] Merge branch 'master' into c-36910 Mirrored from (c-36910). --- css/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index f21538d..47eab5b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -33,7 +33,12 @@ width: auto; } -/* Ckeditor fixes */ +/* CKEditor fixes */ figure.drupal-media.ck-widget { width: 100%; } + +/* Hide CKEditor inapplicable styles */ +.ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled { + display: none; +}