From cf7372bd2fdd2052abec1d31ce4fd9a67b439450 Mon Sep 17 00:00:00 2001 From: bLue Date: Tue, 12 Nov 2024 00:15:34 +0800 Subject: [PATCH] chore: optimize achievement modal style --- src/global.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/global.less b/src/global.less index b22472e..511dcb5 100644 --- a/src/global.less +++ b/src/global.less @@ -1245,7 +1245,7 @@ ul { .achievement-panel { width: 100%; - height: 500px; + height: 505px; display: flex; flex-direction: column; user-select: none; @@ -1448,8 +1448,8 @@ ul { border-top: 1px solid #ededed; margin-top: 2px; padding-top: 2px; - font-size: 10px; - font-weight: 300; + font-size: 11px; + font-weight: 400; color: fade(@text-color, 45%); } }