@bobfrankston/rmfmail 1.2.268 → 1.2.270
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/android-bootstrap.bundle.js +2 -1
- package/client/android-bootstrap.bundle.js.map +2 -2
- package/client/app.bundle.js +3 -0
- package/client/app.bundle.js.map +2 -2
- package/client/components/message-viewer.js +3 -0
- package/client/components/message-viewer.js.map +1 -1
- package/client/components/message-viewer.ts +3 -0
- package/client/compose/compose.bundle.js +1 -1
- package/client/compose/compose.bundle.js.map +2 -2
- package/client/compose/compose.js +8 -1
- package/client/compose/compose.js.map +1 -1
- package/client/compose/compose.ts +8 -1
- package/client/package.json +1 -1
- package/package.json +7 -7
- package/packages/mailx-imap/package-lock.json +2 -2
- package/packages/mailx-imap/package.json +1 -1
- package/packages/mailx-settings/docs/thundermail-jmap.md +291 -0
- package/packages/mailx-settings/index.d.ts +1 -0
- package/packages/mailx-settings/index.d.ts.map +1 -1
- package/packages/mailx-settings/index.js +1 -0
- package/packages/mailx-settings/index.js.map +1 -1
- package/packages/mailx-settings/index.ts +1 -0
- package/packages/mailx-settings/package.json +1 -1
- package/packages/mailx-store/package.json +1 -1
- package/packages/mailx-store-web/package.json +1 -1
- package/packages/mailx-store-web/web-settings.d.ts +1 -0
- package/packages/mailx-store-web/web-settings.d.ts.map +1 -1
- package/packages/mailx-store-web/web-settings.js +1 -0
- package/packages/mailx-store-web/web-settings.js.map +1 -1
- package/packages/mailx-store-web/web-settings.ts +1 -0
- package/packages/mailx-types/index.d.ts +8 -1
- package/packages/mailx-types/index.d.ts.map +1 -1
- package/packages/mailx-types/index.js.map +1 -1
- package/packages/mailx-types/index.ts +8 -1
- package/packages/mailx-types/package.json +1 -1
- /package/packages/mailx-imap/{node_modules.npmglobalize-stash-83744 → node_modules.npmglobalize-stash-18100}/.package-lock.json +0 -0
package/client/app.bundle.js
CHANGED
|
@@ -3493,6 +3493,9 @@ ${csp}
|
|
|
3493
3493
|
html { height: 100%; overflow-y: auto; overflow-x: hidden; }
|
|
3494
3494
|
body {
|
|
3495
3495
|
font-family: system-ui, sans-serif;
|
|
3496
|
+
/* 17.5px x the 1.15 default preview zoom = ~20.1px effective, which is
|
|
3497
|
+
what COMPOSE_FONT_DEFAULT_PX (compose.ts) is set to match. Change one
|
|
3498
|
+
and change the other, or reading and writing drift apart again. */
|
|
3496
3499
|
font-size: 17.5px;
|
|
3497
3500
|
line-height: 1.5;
|
|
3498
3501
|
color: #1a1a2e;
|