← back to Crazy News Channel
.claude/worktrees/eyes-top-left
27 lines
commit 78546726e5970ae7f2e7f2878b419093c99c9210
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Fri Sep 25 10:21:15 2026 -0700
Move googly eyes to fixed top-left, just below the viewer's hamburger
Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AswDo9w4kMiommjyN4Vjp6
diff --git a/index.html b/index.html
index 6bb8674..f22ee0a 100644
--- a/index.html
+++ b/index.html
@@ -2268,9 +2268,9 @@ function init() {
document.addEventListener("DOMContentLoaded", init);
</script>
-<!-- Googly eyes that follow the cursor, fixed bottom-right just above the ticker + anchor caption (/eyes skill) -->
-<div data-eyes data-corner="bottom-right" data-eye-size="48" data-gap="4" data-pupil-ratio="0.42"
- data-offset-x="16px" data-offset-y="calc(3rem + 2.4rem + 10px)" data-z="25"></div>
+<!-- Googly eyes that follow the cursor, fixed top-left just below the viewer's hamburger (/eyes skill) -->
+<div data-eyes data-corner="top-left" data-eye-size="48" data-gap="4" data-pupil-ratio="0.42"
+ data-offset-x="12px" data-offset-y="64px" data-z="1000"></div>
<script src="assets/eyes.js"></script>
</body>
</html>