Chat is now fullscreen when displayed

This commit is contained in:
Alexandre Bourlier 2018-05-03 19:50:59 +02:00
parent 9ba0e389d9
commit b1f25e2d65
3 changed files with 14 additions and 1 deletions

View File

@ -9,6 +9,7 @@
</ldp-router>
<hd-chat-window
id="chat-singleton"
data-authentication="anonymous"
data-auto-login="true"
data-bosh-service-url="https://conversejs.org/http-bind/"

View File

@ -68,3 +68,15 @@
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;
}

View File

@ -8,7 +8,7 @@ html, body, #mainContainer {
}
#mainContainer {
margin-top: $menu-height;
padding-top: $menu-height;
}
.page-title {