Skip to content

Commit

Permalink
Some CSS fixes for the reactions block (#1108)
Browse files Browse the repository at this point in the history
* Some CSS fixes for the reactions list

This should fix the interference with the Webmention plugin and fix #1106

Can you maybe test the changes with your theme @jeherve ?

* changelog

* improve color-scheme detection

* Update fallback variable definition

* Update with latest build

---------

Co-authored-by: Konstantin Obenland <obenland@gmx.de>
  • Loading branch information
pfefferle and obenland authored Dec 20, 2024
1 parent 345614f commit c7026f8
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Direct Messages: Test for the user being in the to field
* Direct Messages: Improve HTML to e-mail text conversion
* Better support for FSE color schemes

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion build/reactions/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'da6dfc9f5f27770a7d45');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n'), 'version' => 'dbcb7afdfaa6ae6975c0');
2 changes: 1 addition & 1 deletion build/reactions/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/reactions/style-index-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7026f8

Please sign in to comment.