Update style.css
Reduced the icon size from 20 pixels to 15 pixels i like that the button is on the same heigth as the username, but 20 pixels is just too much there.
This commit is contained in:
parent
571339f530
commit
c1b649af94
|
@ -2655,7 +2655,7 @@ ul li:hover .contact-wrapper .contact-action-link:hover {
|
||||||
}
|
}
|
||||||
#circle-update-wrapper .viewcontact_wrapper .contact-circle-link {
|
#circle-update-wrapper .viewcontact_wrapper .contact-circle-link {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
font-size: 20px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
#circle-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
|
#circle-update-wrapper .viewcontact_wrapper .contact-action-link:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in a new issue