Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
poudelbi authored Jul 24, 2024
1 parent c673fa3 commit be52721
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

.chat-container {
width: 100%;
height:100%
max-width: 100%;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -48,7 +49,7 @@
.ghost-icon {
margin-bottom: 1rem; /* Add some space below the icon */
width: 10px; /* Set icon width */
height: 10px; /* Set icon height */
height: 5px; /* Set icon height */
}
</style>
</head>
Expand Down

0 comments on commit be52721

Please sign in to comment.