Merge pull request #21930 from dvdksn/kapa-add-close-btn

kapa: add close button and remove unnecessary style overrides
This commit is contained in:
David Karlsson 2025-01-30 14:46:14 +01:00 committed by GitHub
commit 1fe65be5b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 0 additions and 21 deletions

View File

@ -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)
}
}

View File

@ -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";

View File

@ -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!"