From 39f671c1ef18946f1cb0d443a3d189e82b590c82 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 15 Dec 2023 23:52:20 +0000 Subject: [PATCH] docs: fix spacing on reference space --- .docs/Reference.html | 9 ++------- .docs/css/theme.css | 9 ++++++++- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.docs/Reference.html b/.docs/Reference.html index 6b830bc..26c7647 100644 --- a/.docs/Reference.html +++ b/.docs/Reference.html @@ -35,13 +35,8 @@

Alphabetical

- +
diff --git a/.docs/css/theme.css b/.docs/css/theme.css index 8498e72..462f70b 100644 --- a/.docs/css/theme.css +++ b/.docs/css/theme.css @@ -419,16 +419,23 @@ footer { padding: 0; list-style-type: none; word-wrap: anywhere; + display: flex; + flex-direction: column; +} +.command-list > li { + margin: 0.25em 0; } .command-list > li > a { text-decoration: none; + padding: 0; } .command-list.coloured code { background: var(--cat-colour); } .command-list code { display: block; padding: 0.5em; box-sizing: border-box; - margin: 0.5em 0; + /* margin: 0.5em 0; */ + margin: 0 0; } .filterable {