Commit 00838aa4 authored by JC Brand's avatar JC Brand

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

parent 37ac91dc
...@@ -967,6 +967,7 @@ dl.add-converse-contact { ...@@ -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;
......
...@@ -1063,6 +1063,7 @@ dl.add-converse-contact { ...@@ -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 {
......
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