Commit e21f14f4 authored by JC Brand's avatar JC Brand

Don't let `.converse-chatboxes` expand and cover other elements.

parent 95406a14
......@@ -6781,7 +6781,7 @@ body.reset {
position: fixed;
bottom: 0;
height: auto;
width: 100vw; }
right: 0; }
#conversejs ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #A8ABA1; }
......
......@@ -6781,7 +6781,7 @@ body.reset {
position: fixed;
bottom: 0;
height: auto;
width: 100vw; }
right: 0; }
#conversejs ::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
color: #A8ABA1; }
......@@ -7204,6 +7204,8 @@ body {
#conversejs.fullscreen {
margin-left: -15px; }
#conversejs.fullscreen .converse-chatboxes {
width: 100vw; }
#conversejs.fullscreen form.converse-form {
margin: 1em; }
#conversejs.fullscreen form.converse-form input[type=checkbox] {
......
......@@ -54,7 +54,7 @@ body.reset {
position: fixed;
bottom: 0;
height: auto;
width: 100vw;
right: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
......
......@@ -36,6 +36,10 @@ body {
#conversejs.fullscreen {
.converse-chatboxes {
width: 100vw;
}
// XXX: why is this neccessary?
margin-left: -15px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment