From 8ebfa810fa3d96fde47953b38ee8b58f161ffc6d Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 15 Oct 2024 22:13:51 +0200 Subject: [PATCH] some more themeing --- documentation/docs/pages/styles.css | 5 ++++- documentation/docs/theme.config.tsx | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/documentation/docs/pages/styles.css b/documentation/docs/pages/styles.css index 63fcca6d49..170385f27c 100644 --- a/documentation/docs/pages/styles.css +++ b/documentation/docs/pages/styles.css @@ -22,8 +22,11 @@ div.nextra-code-block > div { } .nextra-toc { - width: 400px !important; + width: 370px !important; padding-right: 0px; + padding-left: 0px; + text-align: right; + border-left: 1px solid #262626; } /* Code blocks*/ diff --git a/documentation/docs/theme.config.tsx b/documentation/docs/theme.config.tsx index f891ab01c4..e087fb1226 100644 --- a/documentation/docs/theme.config.tsx +++ b/documentation/docs/theme.config.tsx @@ -10,9 +10,9 @@ const config: DocsThemeConfig = { }, docsRepositoryBase: "https://github.com/nymtech/nym/tree/develop/documentation/docs/", - footer: { - text: Footer, - }, + // footer: { + // text: Footer, + // }, darkMode: true, sidebar: { defaultMenuCollapseLevel: 1,