This commit is contained in:
cuom1999 2021-07-24 01:49:42 -05:00
parent 0205a25689
commit 36ee0038d3

View file

@ -259,4 +259,19 @@
display: block !important;
}
}
@media (max-width: 799px) {
#chat-area {
height: 500px;
}
#emoji-button {
display: none;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
#mobile ul {
width: 100%;
}
}
</style>