Skip to content

Commit

Permalink
Add customizable size for chatbot embed with default values (#9115)
Browse files Browse the repository at this point in the history
  • Loading branch information
alterxyz authored Oct 9, 2024
1 parent 55679b4 commit ec0aa32
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/app/components/app/overview/embedded/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit ec0aa32

Please sign in to comment.