FIX: Chat mobile fix (#26)
This commit is contained in:
parent
7112ed45e1
commit
c2422a5102
|
@ -1,14 +1,5 @@
|
||||||
html body.has-full-page-chat #main-outlet.wrap {
|
html body.has-full-page-chat #main-outlet {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
background-color: var(--secondary) !important;
|
background-color: var(--secondary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html body.chat-enabled #main-outlet {
|
|
||||||
width: 100% !important;
|
|
||||||
padding: 0 !important;
|
|
||||||
background-color: var(--secondary) !important;
|
|
||||||
.chat-channels {
|
|
||||||
height: var(--full-page-chat-height);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue