tabminal 3.0.20 → 3.0.22
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/README.md +1 -0
- package/package.json +1 -1
- package/public/styles.css +26 -0
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@ experience.
|
|
|
11
11
|
|
|
12
12
|

|
|
13
13
|
|
|
14
|
+
<a href="https://www.producthunt.com/products/tabminal?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-tabminal" target="_blank" rel="noopener noreferrer"><img alt="Tabminal - CloudNative terminal / ACP workspace for desktop and mobile | Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1116260&theme=dark&t=1775396848893"></a>
|
|
14
15
|
|
|
15
16
|
## What It Does
|
|
16
17
|
|
package/package.json
CHANGED
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
|
}
|