@agent-link/server 0.1.107 → 0.1.108

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.107",
3
+ "version": "0.1.108",
4
4
  "description": "AgentLink relay server",
5
5
  "license": "MIT",
6
6
  "repository": {
package/web/style.css CHANGED
@@ -1761,7 +1761,7 @@ body {
1761
1761
  color: var(--text-primary);
1762
1762
  padding: 0.4rem 0.6rem;
1763
1763
  font-family: inherit;
1764
- font-size: 0.92rem;
1764
+ font-size: 16px; /* >=16px prevents iOS auto-zoom on focus */
1765
1765
  resize: none;
1766
1766
  outline: none;
1767
1767
  line-height: 1.5;