From 566645e22dacb65536bd3a490410e93234a7a707 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Jun 2026 04:45:40 -0400 Subject: [PATCH] Nudge stress dots lower (1.9em) with a little more line-height Co-Authored-By: Claude Opus 4.8 (1M context) --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 7c3ed0a..614523e 100644 --- a/static/index.html +++ b/static/index.html @@ -98,7 +98,7 @@ margin: 0; border: 0; padding: 22px 24px; font: inherit; - line-height: 1.9; + line-height: 2.05; white-space: pre-wrap; word-wrap: break-word; overflow-y: auto; @@ -117,7 +117,7 @@ } .sw { position: relative; } .sd { - position: absolute; left: 0; right: 0; top: 1.72em; + position: absolute; left: 0; right: 0; top: 1.9em; text-align: center; font-size: 8px; letter-spacing: 2px; line-height: 1; color: var(--accent-2); white-space: nowrap; }