The .heti-adjacent-half class style should not appear on Chrome(Version 131.0.6778.139) or you will get this result:

So my solution is to add @-moz-document url-prefix() and _::-webkit-full-page-media, _:future, :root .safari_only to apply .heti-adjacent-half CSS rules to Firefox-or-Safari only.

The reason why I do not use specific CSS rules to Chrome only is that it is better not to add this rule instead of adding it.
The
.heti-adjacent-halfclass style should not appear on Chrome(Version 131.0.6778.139) or you will get this result:So my solution is to add
@-moz-document url-prefix()and_::-webkit-full-page-media, _:future, :root .safari_onlyto apply.heti-adjacent-halfCSS rules to Firefox-or-Safari only.The reason why I do not use specific CSS rules to Chrome only is that it is better not to add this rule instead of adding it.