From 30bf0250e4a10ad39ec15a7dcdac2ca7933cd744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 13 Mar 2022 11:49:56 +0100 Subject: [PATCH] mobile: avoid clunky animation when switching to mobile #210 --- layouts/404.html | 2 +- layouts/partials/header.html | 2 +- layouts/partials/toc.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 4433424d69..73399e2e90 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -22,7 +22,7 @@ {{- partial "custom-header.html" . }} - +
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 1ae1cf54a7..16cc460d9f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -24,7 +24,7 @@ {{- partial "stylesheet.html" . }} {{- partial "custom-header.html" . }} - +
diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index 099bb8a9ca..ad37718a3c 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -1,5 +1,5 @@ -
+
{{ .TableOfContents }}