Parcourir la source

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

tags/0.9.2
Alter-xyz il y a 1 an
Parent
révision
ec0aa32cd4
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      web/app/components/app/overview/embedded/index.tsx

+ 4
- 0
web/app/components/app/overview/embedded/index.tsx Voir le fichier

@@ -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: {

Chargement…
Annuler
Enregistrer