Fix chat css

This commit is contained in:
cuom1999 2023-08-30 13:07:57 -05:00
parent 3cd95e9349
commit 1749e64802
2 changed files with 3 additions and 7 deletions

View file

@ -164,9 +164,10 @@
.info-pic {
border-radius: 50%;
margin-left: 1em;
width: 3em;
}
#chat-info {
height: 10%;
height: 3em;
}
@media (min-width: 800px) {
@ -195,9 +196,6 @@
.active-span {
display: none;
}
#chat-info {
height: 5%;
}
}
</style>
{% endcompress %}