From de8bbcc2fc32a08d2950cb5f63692d96083cc572 Mon Sep 17 00:00:00 2001 From: Marco La Rosa Date: Wed, 24 Jul 2024 12:38:18 +1000 Subject: [PATCH] fix styling --- .vitepress/theme/MyLayout.vue | 2 +- .vitepress/theme/index.css | 15 +++++++++------ src/docs/guide/data-processing.md | 1 + src/docs/guide/general-settings.md | 2 +- src/docs/guide/introduction.md | 1 + src/docs/guide/prompt-engineering.md | 1 + src/docs/guide/purchase-credits.md | 1 + src/docs/guide/register.md | 1 + 8 files changed, 16 insertions(+), 8 deletions(-) diff --git a/.vitepress/theme/MyLayout.vue b/.vitepress/theme/MyLayout.vue index f802d24..d7363fc 100644 --- a/.vitepress/theme/MyLayout.vue +++ b/.vitepress/theme/MyLayout.vue @@ -6,6 +6,6 @@ const { Layout } = DefaultTheme; diff --git a/.vitepress/theme/index.css b/.vitepress/theme/index.css index 8e709e4..08ce352 100644 --- a/.vitepress/theme/index.css +++ b/.vitepress/theme/index.css @@ -9,7 +9,11 @@ } /* min-width: 1440px same as original min-width: 960px */ -@media (min-width: 1440px) { +/* @media (min-width: 1440px) { + .VPNavBarSearch { + padding-left: 0; + flex-grow: 1 + } .VPNavBar.has-sidebar .container { background-color: white !important; } @@ -18,7 +22,6 @@ } .VPSidebar { z-index: 1000; - padding-left: 32px !important; width: var(--vp-sidebar-width) !important; } .VPContent.has-sidebar { @@ -27,11 +30,11 @@ } .container { - max-width: 1400px !important + max-width: 1440px !important } } -/* Add additional min-width: 1680px */ +/ Add additional min-width: 1680px / @media (min-width: 1680px) { .VPSidebar { padding-left: calc((100% - (var(--vp-layout-max-width) - 64px)) / 2) !important; @@ -43,9 +46,9 @@ padding-right: calc((100vw - var(--vp-layout-max-width)) / 2) !important; } .container { - max-width: 1600px !important + max-width: 1680px !important } -} +} */ /* Add additional min-width: 1680px */ /* @media (min-width: 2000px) { diff --git a/src/docs/guide/data-processing.md b/src/docs/guide/data-processing.md index 00072f0..43a3bcf 100644 --- a/src/docs/guide/data-processing.md +++ b/src/docs/guide/data-processing.md @@ -1,5 +1,6 @@ --- title: Cloud Services and Data Processing +aside: false --- # Cloud Services and Data processing diff --git a/src/docs/guide/general-settings.md b/src/docs/guide/general-settings.md index a4eaf45..cd3b2c9 100644 --- a/src/docs/guide/general-settings.md +++ b/src/docs/guide/general-settings.md @@ -1,6 +1,6 @@ --- title: "General configuration" -aside: true +aside: false --- # Configuring Describo diff --git a/src/docs/guide/introduction.md b/src/docs/guide/introduction.md index 4189603..e0c13f5 100644 --- a/src/docs/guide/introduction.md +++ b/src/docs/guide/introduction.md @@ -1,5 +1,6 @@ --- title: Describo Desktop User Guide +aside: false --- # Describo Desktop User Guide diff --git a/src/docs/guide/prompt-engineering.md b/src/docs/guide/prompt-engineering.md index 64d7e20..b5efb8c 100644 --- a/src/docs/guide/prompt-engineering.md +++ b/src/docs/guide/prompt-engineering.md @@ -1,5 +1,6 @@ --- title: Tips for using the assistant +aside: false --- # Tips for using the assistant diff --git a/src/docs/guide/purchase-credits.md b/src/docs/guide/purchase-credits.md index cede563..f0883d2 100644 --- a/src/docs/guide/purchase-credits.md +++ b/src/docs/guide/purchase-credits.md @@ -1,5 +1,6 @@ --- title: Purchase Credits +aside: false --- # Purchase Credits diff --git a/src/docs/guide/register.md b/src/docs/guide/register.md index 4bbd686..094a392 100644 --- a/src/docs/guide/register.md +++ b/src/docs/guide/register.md @@ -1,5 +1,6 @@ --- title: Register with describo.cloud +aside: false --- # Register with describo.cloud