Skip to content

Commit 79978a8

Browse files
authored
Update ai-test.html
1 parent 667ce19 commit 79978a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ai-test.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h4 style="font-size: 18px; margin: 0; color: #c0c0ff;">🤖 Forum AI: ChatGPT A
4242
#floatingButton {
4343
position: fixed;
4444
bottom: 20px;
45-
right: 20px;
45+
left: 20px;
4646
background-color: #007bff;
4747
color: white;
4848
border: none;
@@ -61,7 +61,7 @@ <h4 style="font-size: 18px; margin: 0; color: #c0c0ff;">🤖 Forum AI: ChatGPT A
6161
.widget {
6262
position: fixed;
6363
bottom: 80px; /* Adjust based on button position and desired spacing */
64-
right: 20px;
64+
left: 20px;
6565
background-color: white;
6666
border: 1px solid #ccc;
6767
border-radius: 5px;

0 commit comments

Comments
 (0)