Skip to content

2.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Sep 16:36
d08db78

One stylesheet cleanup, no user-facing changes intended.

Plugin review

  • The shared stylesheet no longer uses !important anywhere. Every override is written as a more specific selector instead. Most of them were fighting the plugin's own component styles or an inline style on the send button rather than a theme; the one real theme conflict (Cupertino pinning the phone modal's close-button top) is sidestepped by offsetting the button with translate. (#471)
  • Fixing that inline style also fixes a real bug: the send button was meant to grow to 44 px on mobile and never did. It does now. (#471)
  • The search modal's filter chips sit in a plain flex box instead of display: contents, and the two text-indent resets are gone (no core or theme rule sets it). (#471)

Still flagged, by design

Vault enumeration (indexing needs it), clipboard access (the copy-message button), and the declarative settings API (getSettingDefinitions()), which is planned separately.