From f687ba999061bc817d993ff1462741ee59a5d08d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 26 Jul 2019 17:30:00 +0100 Subject: [PATCH] Bigger icons --- epicyon-profile.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index fad359f3..64fb1d14 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -284,8 +284,8 @@ input[type=submit]:hover { .dropdown img { opacity: 1.0; - width: 24px; - height: 24px; + width: 32px; + height: 32px; padding: 0px 16px; -ms-transform: translateY(-10%); transform: translateY(-10%); @@ -314,8 +314,8 @@ input[type=submit]:hover { } .dropdown-content img { - width: 24px; - height: 24px; + width: 32px; + height: 32px; padding: 0px 0px; }