From 9ddb72f3d0ea4bb12efe7569a815b9ff0a93c1de Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 28 Apr 2024 17:59:22 +0900 Subject: [PATCH] fix --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index b327a71b..15cd0cdd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1311,7 +1311,7 @@ button.comment_open:hover { .sun-button img { width: 50px; - margin: 50% 0 0 0; + margin: 40% 0 0 0; -webkit-transition: 0.8s; -moz-transition: 0.8s; -o-transition: 0.8s;