From 918475e2e2fbaf840653b23b59d3e014fcdc7b99 Mon Sep 17 00:00:00 2001 From: Loris Cro Date: Thu, 2 Jun 2022 18:51:43 +0200 Subject: [PATCH] autodoc: new design for function list --- lib/docs/index.html | 11 ++++++++--- lib/docs/main.js | 6 +++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/lib/docs/index.html b/lib/docs/index.html index a786e2879d..b128daf4c6 100644 --- a/lib/docs/index.html +++ b/lib/docs/index.html @@ -342,6 +342,13 @@ cursor: default; } + #listFns dt { + font-family: var(--mono); + } + .argBreaker { + display: none; + } + /* tokens */ .tok-kw { color: #333; @@ -613,9 +620,7 @@