[frio] Reduce group member add/remove button virtual height

- This bring down the tooltip closer to the icon
This commit is contained in:
Hypolite Petovan 2022-12-14 21:17:01 -05:00
parent c76795f0f8
commit 710a805623
1 changed files with 2 additions and 2 deletions

View File

@ -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;