Update Chat Mobile

This commit is contained in:
anhkha2003 2023-09-25 01:57:07 -05:00
parent bd8d7848b9
commit c02538bc57
8 changed files with 54 additions and 63 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 {