From d3c2baa0c7fba03eebf9f0cebb710fd630d494b7 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 8 Nov 2023 16:38:02 +0900 Subject: [PATCH] Fix --- themes/mytheme/assets/css/common/footer.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/mytheme/assets/css/common/footer.css b/themes/mytheme/assets/css/common/footer.css index 67af4c0..6738b06 100644 --- a/themes/mytheme/assets/css/common/footer.css +++ b/themes/mytheme/assets/css/common/footer.css @@ -35,8 +35,8 @@ bottom: 30px; right: 30px; z-index: 99; - width: 24px; - height: 24px; + width: 32px; + height: 32px; border: none; outline: none; background-color: var(--tertiary); @@ -44,7 +44,6 @@ cursor: pointer; padding: 8px; border-radius: 5px; - font-size: 18px; transition: visibility 0.5s, opacity 0.8s linear; }