shell-mirror 1.5.119 → 1.5.120
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/package.json
CHANGED
package/public/app/dashboard.css
CHANGED
|
@@ -1042,8 +1042,8 @@ body {
|
|
|
1042
1042
|
|
|
1043
1043
|
/* Usage Instructions - muted helper section (borderless, floating) */
|
|
1044
1044
|
.usage-instructions {
|
|
1045
|
-
margin-top:
|
|
1046
|
-
padding: 0
|
|
1045
|
+
margin-top: 48px;
|
|
1046
|
+
padding: 0 32px;
|
|
1047
1047
|
color: var(--text-muted);
|
|
1048
1048
|
font-size: 0.8rem;
|
|
1049
1049
|
}
|
package/public/app/dashboard.js
CHANGED
|
@@ -683,7 +683,7 @@ class ShellMirrorDashboard {
|
|
|
683
683
|
<div class="usage-step">
|
|
684
684
|
<span class="usage-step-num">1</span>
|
|
685
685
|
<div class="usage-step-content">
|
|
686
|
-
<span class="usage-step-title">Install the agent</span>
|
|
686
|
+
<span class="usage-step-title">Install the agent (on Mac)</span>
|
|
687
687
|
<code>npm install -g shell-mirror</code>
|
|
688
688
|
</div>
|
|
689
689
|
</div>
|