pi-sdk-web 0.1.7 → 0.1.8

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/static/style.css +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-sdk-web",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Browser Web access for Pi (AI coding agent) via the Pi SDK - standalone module, zero modification to Pi itself",
5
5
  "type": "module",
6
6
  "bin": {
package/static/style.css CHANGED
@@ -400,6 +400,8 @@ body {
400
400
  .message.user .body ol {
401
401
  margin: 0.4em 0;
402
402
  padding-left: 1.6em;
403
+ /* Inline markers: keep numbers/bullets aligned with the text (not flush left) */
404
+ list-style-position: inside;
403
405
  }
404
406
 
405
407
  .body-text li,