@agent-link/server 0.1.80 → 0.1.81

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 +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.80",
3
+ "version": "0.1.81",
4
4
  "description": "AgentLink relay server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/web/style.css CHANGED
@@ -1721,7 +1721,7 @@ body {
1721
1721
 
1722
1722
  .folder-picker-dialog {
1723
1723
  width: 440px;
1724
- max-height: 520px;
1724
+ height: 520px;
1725
1725
  background: var(--bg-secondary);
1726
1726
  border: 1px solid var(--border);
1727
1727
  border-radius: 12px;