From 0fd6355a871736ebfaf8597bcf5ea53b0c515b99 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 7 Nov 2023 21:20:56 +0900 Subject: [PATCH] Fix --- themes/oldtheme/assets/css/common/footer.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/oldtheme/assets/css/common/footer.css b/themes/oldtheme/assets/css/common/footer.css index 4bc3178..6b9d308 100644 --- a/themes/oldtheme/assets/css/common/footer.css +++ b/themes/oldtheme/assets/css/common/footer.css @@ -33,14 +33,14 @@ visibility: hidden; position: fixed; bottom: 60px; - right: 30px; + right: 60px; z-index: 99; border: none; outline: none; background-color: var(--tertiary); color: black; cursor: pointer; - padding: 10px; + padding: 14px; border-radius: 5px; font-size: 18px; transition: visibility 0.5s, opacity 0.8s linear; @@ -54,4 +54,4 @@ .top-link:focus, #theme-toggle:focus { outline: 0; -} \ No newline at end of file +}