From b0392f4a5c7711478ae95c7a41f320eea87de6ef Mon Sep 17 00:00:00 2001 From: "Jan C. Borchardt" Date: Thu, 8 Sep 2022 12:55:57 +0200 Subject: Contacts menu height adjustment so it shows 4.5 entries Signed-off-by: Jan C. Borchardt --- core/css/server.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/css/server.css b/core/css/server.css index 0ac5350403d..528a2599a5a 100644 --- a/core/css/server.css +++ b/core/css/server.css @@ -875,7 +875,7 @@ span.ui-icon { #header .header-right > div#contactsmenu > .menu { /* show 2.5 to 4.5 entries depending on the screen height */ height: calc(100vh - 150px); - max-height: 275px; + max-height: 302px; min-height: 175px; width: 350px; } @@ -890,7 +890,7 @@ span.ui-icon { #header .header-right > div#contactsmenu > .menu .content { /* fixed max height of the parent container without the search input */ height: calc(100vh - 150px - 50px); - max-height: 225px; + max-height: 250px; min-height: 125px; overflow-y: auto; } -- cgit v1.2.3