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 +1 -1
- package/public/index.html +1 -1
package/package.json
CHANGED
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
|
|
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;
|