mirror of https://github.com/docker/docs.git
Merge pull request #21930 from dvdksn/kapa-add-close-btn
kapa: add close button and remove unnecessary style overrides
This commit is contained in:
commit
1fe65be5b5
|
@ -1,19 +0,0 @@
|
|||
.mantine-Modal-root {
|
||||
.mantine-Modal-inner { inset: 0; }
|
||||
|
||||
ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.mantine-List-root {
|
||||
min-width: 100%;
|
||||
}
|
||||
|
||||
.mantine-List-itemWrapper {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.mantine-Prism-copy {
|
||||
background-color: rgb(20, 21, 23)
|
||||
}
|
||||
}
|
|
@ -8,7 +8,6 @@
|
|||
@import "tailwindcss/components";
|
||||
@import "/assets/css/code";
|
||||
@import "/assets/css/toc";
|
||||
@import "/assets/css/kapa";
|
||||
|
||||
@import "tailwindcss/utilities";
|
||||
@import "/assets/css/syntax-light";
|
||||
|
|
|
@ -53,7 +53,6 @@
|
|||
<script async src="https://widget.kapa.ai/kapa-widget.bundle.js"
|
||||
data-button-hide="true"
|
||||
data-font-family="Roboto Flex,sans-serif"
|
||||
data-modal-close-button-hide="true"
|
||||
data-modal-disclaimer-bg-color="#e5f2fc"
|
||||
data-modal-disclaimer-text-color="#086dd7"
|
||||
data-modal-disclaimer="This is a custom LLM for answering questions about Docker. Answers are based on the contents of the documentation. Rate the answers to let us know what you think!"
|
||||
|
|
Loading…
Reference in New Issue