Also dynamically compute controlbox height (for drag-to-resize)
This commit is contained in:
parent
37ac91dc1e
commit
00838aa4d8
@ -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 {
|
|||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user