Fix CSS
This commit is contained in:
parent
0205a25689
commit
36ee0038d3
1 changed files with 15 additions and 0 deletions
|
@ -259,4 +259,19 @@
|
||||||
display: block !important;
|
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>
|
</style>
|
Loading…
Reference in a new issue