Improve TheEncrypted777 on mobile devices
This commit is contained in:
parent
6afc1a193b
commit
0d9932815c
4 changed files with 54 additions and 9 deletions
10
css/chat.css
10
css/chat.css
|
|
@ -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 ***************/
|
||||
/*****************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue