clay-server 2.13.0 → 2.13.1-beta.1

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.
@@ -1336,4 +1336,6 @@ body.mate-dm-active .context-overflow-msg,
1336
1336
  body.mate-dm-active .sys-msg,
1337
1337
  body.mate-dm-active .activity-inline {
1338
1338
  padding-left: 60px;
1339
+ margin-left: 0;
1340
+ margin-right: 0;
1339
1341
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clay-server",
3
- "version": "2.13.0",
3
+ "version": "2.13.1-beta.1",
4
4
  "description": "Web UI for Claude Code. Any device. Push notifications.",
5
5
  "bin": {
6
6
  "clay-server": "./bin/cli.js",