From 1462ac8724f8096e0fe053b100791167458cd7a9 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sun, 21 Sep 2025 10:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=BC=E8=88=AA=E6=A0=8F?= =?UTF-8?q?=E6=A0=87=E8=AF=86=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/components/navbar.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/styles/components/navbar.ts b/styles/components/navbar.ts index b9cf671..6209b17 100644 --- a/styles/components/navbar.ts +++ b/styles/components/navbar.ts @@ -94,12 +94,13 @@ export const navbarRight = css` .navbar-profile-admin { background-color: ${themeVars.github.bgColor.accent.emphasis}; border-radius: 25px; + border: 2px solid ${themeVars.color.nav.bg}; color: ${themeVars.color.white}; - font-size: 8px; + font-size: 9px; font-weight: 600; padding: 2px 5px; - top: -3px; - left: 22px; + top: -7px; + left: 21px; } } // 通知和计时器的圆点 @@ -109,10 +110,10 @@ export const navbarRight = css` background-color: ${themeVars.github.bgColor.accent.emphasis}; border-radius: 25px; color: ${themeVars.color.white}; - font-size: 8px; + font-size: 9px; font-weight: 600; - top: -14px; - left: 12px; + top: -15px; + left: 11px; } } }