Skip to content

Commit

Permalink
style: more stlyes
Browse files Browse the repository at this point in the history
  • Loading branch information
asadali145 committed Nov 21, 2024
1 parent e2d72f2 commit 09f8a7d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/ol_openedx_chat/static/css/ai_chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@

/* Chat Button */
.chat-button {
position: fixed;
position: relative;
bottom: 70px;
right: 20px;
left: 300px;
margin-left: auto;
width: fit-content;
background-color: #A31F34;
color: white;
padding: 10px 15px;
Expand All @@ -26,9 +28,10 @@

/* Chat Window */
.chat-window {
position: fixed;
bottom: 20px;
right: 20px;
position: relative;
bottom: 450px;
left: 300px;
margin-left: auto;
width: 300px;
height: 400px;
background-color: white;
Expand Down

0 comments on commit 09f8a7d

Please sign in to comment.