Chat is now fullscreen when displayed
This commit is contained in:
parent
9ba0e389d9
commit
b1f25e2d65
@ -9,6 +9,7 @@
|
|||||||
</ldp-router>
|
</ldp-router>
|
||||||
|
|
||||||
<hd-chat-window
|
<hd-chat-window
|
||||||
|
id="chat-singleton"
|
||||||
data-authentication="anonymous"
|
data-authentication="anonymous"
|
||||||
data-auto-login="true"
|
data-auto-login="true"
|
||||||
data-bosh-service-url="https://conversejs.org/http-bind/"
|
data-bosh-service-url="https://conversejs.org/http-bind/"
|
||||||
|
@ -68,3 +68,15 @@
|
|||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
hd-chat-window {
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
left: 0px;
|
||||||
|
right: 0px;
|
||||||
|
margin: auto;
|
||||||
|
padding-top: $menu-height;
|
||||||
|
padding-right: $vertical-menu-width;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
@ -8,7 +8,7 @@ html, body, #mainContainer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#mainContainer {
|
#mainContainer {
|
||||||
margin-top: $menu-height;
|
padding-top: $menu-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-title {
|
.page-title {
|
||||||
|
Loading…
Reference in New Issue
Block a user