]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Reduce group member add/remove button virtual height
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 15 Dec 2022 02:17:01 +0000 (21:17 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Thu, 15 Dec 2022 02:17:01 +0000 (21:17 -0500)
- This bring down the tooltip closer to the icon

view/theme/frio/css/style.css

index 9c8c74eb2a67aec7bb0910de876514fc54a9c321..caa24ceb95bb30b6a8bac925970d29e22ecfd6b1 100644 (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;