Skip to content

Commit 891f428

Browse files
added some padding between chatbot icon and corner of the screen (#437)
1 parent ac5a4ca commit 891f428

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/js/chatbot.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
style.textContent = `
1919
#dify-chatbot-bubble-button {
2020
background-color: #4B39EF !important;
21-
bottom: 0.25rem !important;
22-
right: 0.25rem !important;
21+
bottom: 0.80rem !important;
22+
right: 0.80rem !important;
2323
border-radius: 50% !important;
24-
width: 50px !important;
25-
height: 50px !important;
24+
width: 45px !important;
25+
height: 45px !important;
2626
}
2727
2828
/* Make the main chat window background more translucent to show rounded corners */

0 commit comments

Comments
 (0)