@bobfrankston/rmfmail 1.1.41 → 1.1.42

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.
@@ -231,6 +231,10 @@ body.viewer-fullscreen .message-viewer {
231
231
  View menu's "Preview snippets" checkbox. Previously this rule forced
232
232
  them hidden on any narrow viewport, so Android users never saw the
233
233
  checkbox take effect. */
234
+ /* View tabs are a desktop feature — on narrow viewports (and Android,
235
+ which is always narrow) the strip would eat a row of scarce vertical
236
+ space. Hidden here; the `viewtabs` grid row collapses to 0. */
237
+ .view-tab-strip { display: none; }
234
238
  /* Column headers (From/Date/Subject) take space without being useful on narrow */
235
239
  .ml-header { display: none; }
236
240
  /* Current folder name shown above the list, Dovecot-style */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/rmfmail",
3
- "version": "1.1.41",
3
+ "version": "1.1.42",
4
4
  "description": "Local-first email client with IMAP sync and standalone native app",
5
5
  "type": "module",
6
6
  "main": "bin/mailx.js",
@@ -37,7 +37,7 @@
37
37
  "@bobfrankston/iflow-direct": "^0.1.50",
38
38
  "@bobfrankston/mailx-host": "^0.1.13",
39
39
  "@bobfrankston/mailx-imap": "^0.1.50",
40
- "@bobfrankston/mailx-store-web": "^0.1.14",
40
+ "@bobfrankston/mailx-store-web": "^0.1.15",
41
41
  "@bobfrankston/mailx-sync": "^0.1.17",
42
42
  "@bobfrankston/miscinfo": "^1.0.12",
43
43
  "@bobfrankston/msger": "^0.1.381",
@@ -118,7 +118,7 @@
118
118
  "@bobfrankston/iflow-direct": "^0.1.50",
119
119
  "@bobfrankston/mailx-host": "^0.1.13",
120
120
  "@bobfrankston/mailx-imap": "^0.1.50",
121
- "@bobfrankston/mailx-store-web": "^0.1.14",
121
+ "@bobfrankston/mailx-store-web": "^0.1.15",
122
122
  "@bobfrankston/mailx-sync": "^0.1.17",
123
123
  "@bobfrankston/miscinfo": "^1.0.12",
124
124
  "@bobfrankston/msger": "^0.1.381",