Skip to content

Commit 003975a

Browse files
committed
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.
1 parent 7040b9f commit 003975a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otterwiki/templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{#- vim: set et ts=8 sts=4 sw=4 ai: -#}
22
<!DOCTYPE html>
3-
<html lang="en">
3+
<html lang="en" class="auto-scaling-disabled">
44
<head>
55
<!-- Meta tags -->
66
<meta charset="utf-8" />

0 commit comments

Comments
 (0)