Commit 71069790 authored by JC Brand's avatar JC Brand

CSS fix of roster height.

Illustrated via tests.
parent c4a81010
...@@ -887,7 +887,7 @@ dl.add-converse-contact { ...@@ -887,7 +887,7 @@ dl.add-converse-contact {
position: relative; position: relative;
margin: 0.5em 0 0 0; margin: 0.5em 0 0 0;
height: 194px; height: 194px;
height: calc(100% - 25px); height: calc(100% - 68px);
overflow-x: hidden; overflow-x: hidden;
} }
#converse-roster .roster-filter { #converse-roster .roster-filter {
...@@ -917,7 +917,7 @@ dl.add-converse-contact { ...@@ -917,7 +917,7 @@ dl.add-converse-contact {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
max-height: 195px; max-height: 195px;
max-height: calc(100% - 67px); max-height: calc(100% - 26px);
} }
#converse-roster .group-toggle { #converse-roster .group-toggle {
color: #666; color: #666;
......
...@@ -985,7 +985,7 @@ dl.add-converse-contact { ...@@ -985,7 +985,7 @@ dl.add-converse-contact {
position: relative; position: relative;
margin: 0.5em 0 0 0; margin: 0.5em 0 0 0;
height: 194px; height: 194px;
height: ~"calc(100% - 25px)"; height: ~"calc(100% - 68px)";
overflow-x: hidden; overflow-x: hidden;
} }
...@@ -1020,7 +1020,7 @@ dl.add-converse-contact { ...@@ -1020,7 +1020,7 @@ dl.add-converse-contact {
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
max-height: 195px; max-height: 195px;
max-height: ~"calc(100% - 67px)"; max-height: ~"calc(100% - 26px)";
} }
#converse-roster .group-toggle { #converse-roster .group-toggle {
......
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