Skip to content

Commit

Permalink
fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolarosa committed Jul 24, 2024
1 parent fe45470 commit de8bbcc
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .vitepress/theme/MyLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ const { Layout } = DefaultTheme;

<template>
<Layout>
<template #doc-bottom> <FooterComponent class="mb-10" /></template>
<template #doc-after> <FooterComponent class="mt-20 mb-10" /></template>
</Layout>
</template>
15 changes: 9 additions & 6 deletions .vitepress/theme/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -18,7 +22,6 @@
}
.VPSidebar {
z-index: 1000;
padding-left: 32px !important;
width: var(--vp-sidebar-width) !important;
}
.VPContent.has-sidebar {
Expand All @@ -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;
Expand All @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions src/docs/guide/data-processing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Cloud Services and Data Processing
aside: false
---

# Cloud Services and Data processing
Expand Down
2 changes: 1 addition & 1 deletion src/docs/guide/general-settings.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "General configuration"
aside: true
aside: false
---

# Configuring Describo
Expand Down
1 change: 1 addition & 0 deletions src/docs/guide/introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Describo Desktop User Guide
aside: false
---

# Describo Desktop User Guide
Expand Down
1 change: 1 addition & 0 deletions src/docs/guide/prompt-engineering.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Tips for using the assistant
aside: false
---

# Tips for using the assistant
Expand Down
1 change: 1 addition & 0 deletions src/docs/guide/purchase-credits.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Purchase Credits
aside: false
---

# Purchase Credits
Expand Down
1 change: 1 addition & 0 deletions src/docs/guide/register.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Register with describo.cloud
aside: false
---

# Register with describo.cloud
Expand Down

0 comments on commit de8bbcc

Please sign in to comment.