We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5a4ca commit 891f428Copy full SHA for 891f428
src/js/chatbot.js
@@ -18,11 +18,11 @@
18
style.textContent = `
19
#dify-chatbot-bubble-button {
20
background-color: #4B39EF !important;
21
- bottom: 0.25rem !important;
22
- right: 0.25rem !important;
+ bottom: 0.80rem !important;
+ right: 0.80rem !important;
23
border-radius: 50% !important;
24
- width: 50px !important;
25
- height: 50px !important;
+ width: 45px !important;
+ height: 45px !important;
26
}
27
28
/* Make the main chat window background more translucent to show rounded corners */
0 commit comments