From 38281c8ed421b8febadb2d4e05291fcf4a871ccc Mon Sep 17 00:00:00 2001 From: Loris Cro Date: Sat, 29 Jan 2022 20:13:10 +0100 Subject: [PATCH] autodoc: add declval support to docs js --- lib/docs/index.html | 29 ++- lib/docs/main.js | 442 ++++++++++++++++++++------------------------ 2 files changed, 214 insertions(+), 257 deletions(-) diff --git a/lib/docs/index.html b/lib/docs/index.html index 61e3bb4ed2..45e4a6fe95 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -43,8 +43,6 @@ /* layout */ .canvas { - display: flex; - flex-direction: column; width: 100vw; height: 100vh; overflow: hidden; @@ -55,21 +53,12 @@ background-color: var(--bg-color); } - .banner { - background-color: darkred; - text-align: center; - color: white; - padding: 15px 5px; - } - - .banner a { - color: bisque; - text-decoration: underline; - } - .flex-main { display: flex; - overflow-y: hidden; + width: 100%; + height: 100%; + justify-content: center; + z-index: 100; } @@ -526,7 +515,6 @@ -
+