From 003975a73f6bfabd55e24736f1be6e580ffd49d1 Mon Sep 17 00:00:00 2001 From: Ralph Thesen Date: Sun, 22 Sep 2024 12:26:45 +0200 Subject: [PATCH] fix: disabled autoscaling - No more increase of the font size for screen widths over 1600px and again 1920px. Manual zooming in browsers works fine and allows users to decide for themselves which font size they want. - Additionally this caused problems with mermaid diagrams, which the browser zoom does not. --- otterwiki/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otterwiki/templates/layout.html b/otterwiki/templates/layout.html index 28d20c3..83f2b91 100644 --- a/otterwiki/templates/layout.html +++ b/otterwiki/templates/layout.html @@ -1,6 +1,6 @@ {#- vim: set et ts=8 sts=4 sw=4 ai: -#} - +