From 24e69f03975e950e2d354e9bba4ca6098dd5a71f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Nov 2025 19:39:08 -0500 Subject: [PATCH] Remove max-height constraint on sidenote numbers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allow sidenote numbers to display at their natural height instead of being constrained to 2rem. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/static/tufte.css | 1 - 1 file changed, 1 deletion(-) diff --git a/kjvstudy_org/static/tufte.css b/kjvstudy_org/static/tufte.css index 764e4a0..2e85f47 100644 --- a/kjvstudy_org/static/tufte.css +++ b/kjvstudy_org/static/tufte.css @@ -391,7 +391,6 @@ input.margin-toggle { label.sidenote-number { display: inline-block; - max-height: 2rem; /* should be less than or equal to paragraph line-height */ } label.margin-toggle:not(.sidenote-number) {