From 88aad2de45fdafd7f598530b32ab72f37f1f724b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Jun 2026 04:45:10 -0400 Subject: [PATCH] Lower the stress dots further (1.72em) Co-Authored-By: Claude Opus 4.8 (1M context) --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 79aa689..7c3ed0a 100644 --- a/static/index.html +++ b/static/index.html @@ -117,7 +117,7 @@ } .sw { position: relative; } .sd { - position: absolute; left: 0; right: 0; top: 1.46em; + position: absolute; left: 0; right: 0; top: 1.72em; text-align: center; font-size: 8px; letter-spacing: 2px; line-height: 1; color: var(--accent-2); white-space: nowrap; }