From dcdf40c56a5b41e9e9539a03cbc080b83c120ec9 Mon Sep 17 00:00:00 2001 From: liwenrui Date: Mon, 27 May 2024 09:47:33 +0800 Subject: [PATCH] * tweak chat badge style. --- lib/zin/wg/chatbtn/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/chatbtn/v1.php b/lib/zin/wg/chatbtn/v1.php index cd0aa01966..986b7af503 100644 --- a/lib/zin/wg/chatbtn/v1.php +++ b/lib/zin/wg/chatbtn/v1.php @@ -29,7 +29,7 @@ class chatBtn extends wg #reload-ai-chat.disabled {cursor: wait; color: #999!important;} - #chat-btn .notice-badge {position: absolute; bottom: 4px; right: 0; line-height: 14px; height: 14px; min-width: 14px; text-align: center; display: inline-block; font-size: 12px; border-radius: 7px; opacity: 0; transform: scale(0); transition: .2s; transition-property: transform, opacity; padding: 0 2px;} + #chat-btn .notice-badge {position: absolute; bottom: 2px; right: 1px; line-height: 14px; height: 14px; min-width: 14px; text-align: center; display: inline-block; font-size: 12px; border-radius: 7px; opacity: 0; transform: scale(0); transition: .2s; transition-property: transform, opacity; padding: 0 2px;} #chat-btn .notice-badge.show {opacity: 1; transform: scale(1);} CSS; }