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
+1
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/"
+12
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;
}
+1 -1
View File
@@ -8,7 +8,7 @@ html, body, #mainContainer {
}
#mainContainer {
margin-top: $menu-height;
padding-top: $menu-height;
}
.page-title {