From c1b649af94a7214a9583fdca6e350132d5de0ff7 Mon Sep 17 00:00:00 2001 From: Raroun Date: Sun, 17 Dec 2023 11:34:16 +0100 Subject: [PATCH] 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. --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index c5d804f8b9..d56479d0d9 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2655,7 +2655,7 @@ ul li:hover .contact-wrapper .contact-action-link:hover { } #circle-update-wrapper .viewcontact_wrapper .contact-circle-link { opacity: 0.8; - font-size: 20px; + font-size: 15px; } #circle-update-wrapper .viewcontact_wrapper .contact-action-link:hover { opacity: 1;