chat retrieval is done

This commit is contained in:
Nikolai Petukhov
2024-10-04 14:29:00 +03:00
parent d1e824ab77
commit 86db5df813
6 changed files with 70 additions and 12 deletions

View File

@@ -12,11 +12,23 @@
color: orange;
}
.search-class {
margin-top: 2vw;
margin-bottom: 4vw;
display: flex;
align-items: center;
}
@media only screen and (max-width: 800px) {
.homeTitle {
font-size: 8vh;
}
.search-class {
margin-top: 3vh;
}
}
.chatIcon {