Skip to content

Commit

Permalink
all functional
Browse files Browse the repository at this point in the history
  • Loading branch information
raaasin committed Oct 5, 2023
1 parent 12fceed commit 29c30fb
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
justify-content: flex-start;
align-items: flex-start;
margin-bottom: 10px;

}

.message-container.user {
Expand All @@ -101,12 +102,20 @@
padding: 10px;
border: 1px solid #412f26;
border-radius: 5px;
background-color: #fff;
color: #000;
background-color: #FFF6E0;
color: #272829;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 0px;
}
.message-box.user {
background-color: #ffffff;
color: #000000;
background-color: #FFF6E0;
color: #272829;
border-bottom-left-radius: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 0px;
}
</style>
</head>
Expand Down

0 comments on commit 29c30fb

Please sign in to comment.