tabminal 3.0.20 → 3.0.21

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/public/styles.css +26 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabminal",
3
- "version": "3.0.20",
3
+ "version": "3.0.21",
4
4
  "description": "Tab(ter)minal, a Cloud-Native terminal and ACP agent workspace for desktop, tablet, and phone.",
5
5
  "type": "module",
6
6
  "bin": {
package/public/styles.css CHANGED
@@ -2945,6 +2945,28 @@ kbd {
2945
2945
  color: var(--text-muted);
2946
2946
  }
2947
2947
 
2948
+ .agent-message-body.markdown p,
2949
+ .agent-message-body.markdown li,
2950
+ .agent-message-body.markdown blockquote,
2951
+ .agent-message-body.markdown h1,
2952
+ .agent-message-body.markdown h2,
2953
+ .agent-message-body.markdown h3,
2954
+ .agent-message-body.markdown h4,
2955
+ .agent-message-body.markdown h5,
2956
+ .agent-message-body.markdown h6,
2957
+ .markdown-preview-sheet.markdown-body p,
2958
+ .markdown-preview-sheet.markdown-body li,
2959
+ .markdown-preview-sheet.markdown-body blockquote,
2960
+ .markdown-preview-sheet.markdown-body h1,
2961
+ .markdown-preview-sheet.markdown-body h2,
2962
+ .markdown-preview-sheet.markdown-body h3,
2963
+ .markdown-preview-sheet.markdown-body h4,
2964
+ .markdown-preview-sheet.markdown-body h5,
2965
+ .markdown-preview-sheet.markdown-body h6 {
2966
+ overflow-wrap: anywhere;
2967
+ word-break: break-word;
2968
+ }
2969
+
2948
2970
  .agent-message-body.markdown code {
2949
2971
  font: inherit;
2950
2972
  font-size: 11px;
@@ -3609,6 +3631,10 @@ kbd {
3609
3631
  }
3610
3632
 
3611
3633
  @media (max-width: 767px) {
3634
+ .agent-command-menu {
3635
+ max-height: 152px;
3636
+ }
3637
+
3612
3638
  .markdown-preview-scroll {
3613
3639
  padding: 12px;
3614
3640
  }