Update chat UI(#84)

This commit is contained in:
Phuoc Anh Kha Le 2023-09-25 02:12:06 -05:00 committed by GitHub
parent db37cb4c40
commit b417c08bfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 124 additions and 89 deletions

View file

@ -182,6 +182,9 @@ header {
cursor: pointer;
padding: 3.5px;
}
img {
border-radius: 50%;
}
}
#nav-shadow {
@ -539,7 +542,11 @@ math {
@media (max-width: 799px) {
#navigation {
height: 36px;
height: $navbar_height_mobile;
}
#content {
margin-top: $navbar_height_mobile;
}
#navicon {
@ -637,11 +644,11 @@ math {
}
#chat-icon {
color: $theme_color;
color: darkgreen;
}
#chat-icon:hover {
color: green;
color: $theme_color;
}
#nav-lang-icon {