clawhouse 0.1.0 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawhouse",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pixel-art fleet status board for OpenClaw agents — part of the Clawvision family",
5
5
  "license": "MIT",
6
6
  "engines": { "node": ">=22" },
package/public/index.html CHANGED
@@ -960,7 +960,7 @@
960
960
  .monitor {
961
961
  position:absolute; left:108px; bottom:48px; width:96px; height:96px;
962
962
  background-image: url('monitors.png');
963
- background-size: 96px 1152px; /* sheet 32x384 displayed at 3x (12 rows: 9 agents + ephraim + house + markethunting2 secondary) */
963
+ background-size: 96px auto; /* width-locked at 3x source (32→96); height self-adjusts so adding rows to monitors.png never desyncs the row offset math */
964
964
  background-position: 0 calc(var(--sprite-row, 0) * -96px);
965
965
  background-repeat: no-repeat;
966
966
  image-rendering: pixelated; image-rendering: crisp-edges;