Merge pull request #12422 from MrPetovan/bug/5095-group-tooltip

[frio] Reduce group member add/remove button virtual height
This commit is contained in:
Tobias Diekershoff 2022-12-15 06:32:08 +01:00 committed by GitHub
commit f84e76d893
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;