Also dynamically compute controlbox height (for drag-to-resize)

This commit is contained in:
JC Brand 2014-07-19 12:42:46 +02:00
parent 37ac91dc1e
commit 00838aa4d8
2 changed files with 2 additions and 0 deletions

View File

@ -967,6 +967,7 @@ dl.add-converse-contact {
position: relative; position: relative;
margin: 0.5em 0 0 0; margin: 0.5em 0 0 0;
height: 254px; height: 254px;
height: calc(100% - 70px);
} }
#conversejs dd.available-chatroom { #conversejs dd.available-chatroom {
overflow-x: hidden; overflow-x: hidden;

View File

@ -1063,6 +1063,7 @@ dl.add-converse-contact {
position: relative; position: relative;
margin: 0.5em 0 0 0; margin: 0.5em 0 0 0;
height: 254px; height: 254px;
height: ~"calc(100% - 70px)";
} }
#conversejs dd.available-chatroom { #conversejs dd.available-chatroom {