@agent-link/server 0.1.127 → 0.1.128

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/web/style.css +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.127",
3
+ "version": "0.1.128",
4
4
  "description": "AgentLink relay server",
5
5
  "license": "MIT",
6
6
  "repository": {
package/web/style.css CHANGED
@@ -2854,8 +2854,8 @@ body {
2854
2854
  top: 0;
2855
2855
  left: 0;
2856
2856
  bottom: 0;
2857
- width: 280px;
2858
- max-width: 85vw;
2857
+ width: 320px;
2858
+ max-width: 90vw;
2859
2859
  z-index: 100;
2860
2860
  box-shadow: 4px 0 24px rgba(0, 0, 0, 0.5);
2861
2861
  }