Improve TheEncrypted777 on mobile devices

This commit is contained in:
oobabooga 2023-08-02 08:45:14 -07:00
parent 6afc1a193b
commit 0d9932815c
4 changed files with 54 additions and 9 deletions

View file

@ -46,6 +46,16 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
min-width: 0 !important;
}
@media screen and (max-width: 688px) {
#main {
padding: 0px;
}
.chat {
height: calc(100vh - 274px) !important;
}
}
/*****************************************************/
/*************** Chat box declarations ***************/
/*****************************************************/