mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 16:08:59 +08:00
Add customizable size for chatbot embed with default values (#9115)
This commit is contained in:
parent
55679b4389
commit
ec0aa32cd4
@ -52,6 +52,10 @@ const OPTION_MAP = {
|
|||||||
#dify-chatbot-bubble-button {
|
#dify-chatbot-bubble-button {
|
||||||
background-color: ${primaryColor} !important;
|
background-color: ${primaryColor} !important;
|
||||||
}
|
}
|
||||||
|
#dify-chatbot-bubble-window {
|
||||||
|
width: 24rem !important;
|
||||||
|
height: 40rem !important;
|
||||||
|
}
|
||||||
</style>`,
|
</style>`,
|
||||||
},
|
},
|
||||||
chromePlugin: {
|
chromePlugin: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user