One stylesheet cleanup, no user-facing changes intended.
Plugin review
- The shared stylesheet no longer uses
!importantanywhere. 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-buttontop) is sidestepped by offsetting the button withtranslate. (#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 twotext-indentresets 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.