diff options
| author | user@node5.net <user@node5.net> | 2026-07-05 17:37:30 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-07-05 18:57:22 +0200 |
| commit | 54cf46883c2afc2a71de1066c272520367bfa6c3 (patch) | |
| tree | 95293ec8e9c5269539703dc7d4f5bcda72ce1fc6 /src/templates | |
| parent | 2826c97f429c4edb584f692d169544129944a1cc (diff) | |
dynamic width url parameter
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 }}; + } </style> {% endblock %} |
