From 54cf46883c2afc2a71de1066c272520367bfa6c3 Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Sun, 5 Jul 2026 17:37:30 +0200 Subject: dynamic width url parameter --- src/templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/templates/index.html') diff --git a/src/templates/index.html b/src/templates/index.html index 084a67c..a637300 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -41,6 +41,10 @@ zoom: {{ scale }}; } {% endif %} + + :root { + --line-height: {{ line_height }}; + } {% endblock %} -- cgit v1.3.1