Add customizable size for chatbot embed with default values (#9115)

This commit is contained in:
Alter-xyz 2024-10-09 04:56:09 -04:00 committed by GitHub
parent 55679b4389
commit ec0aa32cd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,10 @@ const OPTION_MAP = {
#dify-chatbot-bubble-button {
background-color: ${primaryColor} !important;
}
#dify-chatbot-bubble-window {
width: 24rem !important;
height: 40rem !important;
}
</style>`,
},
chromePlugin: {