@bobfrankston/rmfmail 1.2.155 → 1.2.157

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.
@@ -737,8 +737,15 @@ button.tb-menu-item { background: none; border: none; color: inherit; width: 100
737
737
  the tint shows through; flagged rows' own 8% tint layers on top. */
738
738
  #ml-body.flagged-only { background-color: color-mix(in oklch, var(--color-flag-star) 16%, transparent); }
739
739
  /* Flagged row star: gold/amber (--color-flag-star, oklch hue 60) — the
740
- same colour as the viewer toolbar Flag button (#btn-flag.flagged). */
741
- .ml-row.flagged .ml-flag { color: var(--color-flag-star); }
740
+ same colour as the viewer toolbar Flag button (#btn-flag.flagged).
741
+ Scaled up via transform (not font-size) so the bigger glyph can't grow
742
+ the row height or the 1.7em flag column; a soft same-hue glow makes it
743
+ pop against the row tint (Bob 2026-07-19: "more prominent"). */
744
+ .ml-row.flagged .ml-flag {
745
+ color: var(--color-flag-star);
746
+ transform: scale(1.35);
747
+ text-shadow: 0 0 5px color-mix(in oklch, var(--color-flag-star) 65%, transparent);
748
+ }
742
749
  .ml-row.flagged { background: color-mix(in oklch, oklch(0.75 0.15 60) 8%, transparent); }
743
750
 
744
751
  /* Priority sender — strongest signal while unread; fades after read so
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/rmfmail",
3
- "version": "1.2.155",
3
+ "version": "1.2.157",
4
4
  "description": "Local-first email client with IMAP sync and standalone native app",
5
5
  "type": "module",
6
6
  "main": "bin/mailx.js",
@@ -40,7 +40,7 @@
40
40
  "@bobfrankston/mailx-store-web": "^0.1.38",
41
41
  "@bobfrankston/mailx-sync": "^0.1.27",
42
42
  "@bobfrankston/miscinfo": "^1.0.13",
43
- "@bobfrankston/msger": "^0.1.401",
43
+ "@bobfrankston/msger": "^0.1.402",
44
44
  "@bobfrankston/node-tcp-transport": "^0.1.10",
45
45
  "@bobfrankston/oauthsupport": "^1.0.34",
46
46
  "@bobfrankston/rmf-tiny": "^0.1.41",
@@ -118,7 +118,7 @@
118
118
  "@bobfrankston/mailx-store-web": "^0.1.38",
119
119
  "@bobfrankston/mailx-sync": "^0.1.27",
120
120
  "@bobfrankston/miscinfo": "^1.0.13",
121
- "@bobfrankston/msger": "^0.1.401",
121
+ "@bobfrankston/msger": "^0.1.402",
122
122
  "@bobfrankston/node-tcp-transport": "^0.1.10",
123
123
  "@bobfrankston/oauthsupport": "^1.0.34",
124
124
  "@bobfrankston/rmf-tiny": "^0.1.41",