From 710a8056239321cff148df25e26dc2d46713c17e Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 14 Dec 2022 21:17:01 -0500 Subject: [PATCH] [frio] Reduce group member add/remove button virtual height - This bring down the tooltip closer to the icon --- view/theme/frio/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 9c8c74eb2..caa24ceb9 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2554,13 +2554,13 @@ ul li:hover .contact-wrapper .contact-action-link:hover { } #group-update-wrapper .viewcontact_wrapper .contact-group-actions { height: 100%; - margin-top: -10px; display: flex; + flex-direction: column; + justify-content: center; } #group-update-wrapper .viewcontact_wrapper .contact-group-link { opacity: 0.8; font-size: 20px; - line-height: 50px; } #group-update-wrapper .viewcontact_wrapper .contact-action-link:hover { opacity: 1;