Skip to content

Commit 15c2bfd

Browse files
committed
minor styling tweaks
1 parent 0995153 commit 15c2bfd

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

docs/chat.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: "Chatbot"
2+
title: "Ask Defang"
33
description: This is a chatbot that is trained on defang documentation and designed to answer questions
4-
sidebar_position: 500
4+
sidebar_position: 900
55
className: "no-title-page"
66
---
77

@@ -10,7 +10,6 @@ className: "no-title-page"
1010
style={{
1111
width: "100%", // Assuming the sidebar width is 250px
1212
height: "100vh",
13-
borderRadius: "15px",
1413
border: "none",
1514
marginLeft: "0px",
1615
marginRight: "0px",

src/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,12 @@
4747

4848
.docs-doc-id-chat main > .container > .row > .col {
4949
max-width: 100% !important;
50+
}
51+
52+
.docs-doc-id-chat main nav.pagination-nav {
53+
display: none !important;
54+
}
55+
56+
.docs-doc-id-chat main article footer {
57+
display: none !important;
5058
}

0 commit comments

Comments
 (0)