diff --git a/changelog.md b/changelog.md index ea4dc24..ee07a14 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.3 - [November 25, 2025] + +- Tweak: Further editor styles + ## 2.0.2 - [November 20, 2025] - Fixed: Interest Form has appropriate "Reply-To" header diff --git a/inc/theme/class-rest-router.php b/inc/theme/class-rest-router.php index 96336b6..01a0629 100644 --- a/inc/theme/class-rest-router.php +++ b/inc/theme/class-rest-router.php @@ -116,7 +116,7 @@ public function enqueue_interest_form_script() { wp_enqueue_script( 'cloudflare', 'https://challenges.cloudflare.com/turnstile/v0/api.js', - array( 'global' ), + array(), null, // phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVersion array( 'strategy' => 'async', diff --git a/src/styles/base/_editor-utilities.scss b/src/styles/base/_editor-utilities.scss new file mode 100644 index 0000000..b4406ee --- /dev/null +++ b/src/styles/base/_editor-utilities.scss @@ -0,0 +1,27 @@ +.h-100 { + height: 100% !important; +} + +.w-100 { + width: 100% !important; +} + +.flex-grow-1 { + flex-grow: 1 !important; +} + +.flex-shrink-1 { + flex-shrink: 1 !important; +} + +.overflow-hidden { + overflow: hidden !important; +} + +.align-items-stretch { + align-items: stretch !important; +} + +.mt-auto { + margin-top: auto !important; +} diff --git a/src/styles/editor.scss b/src/styles/editor.scss index 66f2b45..7e64a59 100644 --- a/src/styles/editor.scss +++ b/src/styles/editor.scss @@ -1,6 +1,7 @@ // Base Styles @use "./base/base"; @use "./base/utilities"; +@use "./base/editor-utilities"; @use "./components/footer"; // Block Overrides diff --git a/style.css b/style.css index 5f2caf0..a060ad4 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: https://github.com/macrosbysara/wordpress-theme Author: KJ Roelke Author URI: https://kjroelke.online Description: A WordPress Theme built for Macros By Sara site -Version: 2.0.2 +Version: 2.0.3 Requires at least: 6.7.0 Tested up to: 6.8.3 Requires PHP: 8.2