From 348cad2b1aa35c3ba355de96b3957ea5582753d2 Mon Sep 17 00:00:00 2001 From: JOJO <1498581755@qq.com> Date: Thu, 28 May 2026 00:08:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(personalization):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=A9=BA=E9=97=B4=E5=A4=B4=E9=83=A8=E5=AF=B9?= =?UTF-8?q?=E9=BD=90=E4=B8=8E=E5=86=85=E5=AE=B9=E5=8C=BA=E5=8F=AF=E8=A7=86?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../personalization/PersonalizationDrawer.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/src/components/personalization/PersonalizationDrawer.vue b/static/src/components/personalization/PersonalizationDrawer.vue index f05e875..59c249b 100644 --- a/static/src/components/personalization/PersonalizationDrawer.vue +++ b/static/src/components/personalization/PersonalizationDrawer.vue @@ -2019,7 +2019,7 @@ const applyThemeOption = async (theme: ThemeKey) => { position: relative; width: min(70vw, calc(100vw - 24px)); height: min(80vh, calc(100vh - 24px)); - padding: 38px 42px 44px; + padding: 30px 42px 24px; border-radius: 32px; overflow: visible; background: var(--theme-surface-soft, var(--claude-panel)); @@ -2036,7 +2036,7 @@ const applyThemeOption = async (theme: ThemeKey) => { .settings-close-button { position: absolute; - top: 31px; + top: 27px; left: 45px; width: 42px; height: 42px; @@ -2166,7 +2166,7 @@ const applyThemeOption = async (theme: ThemeKey) => { .settings-redesign-title-line { height: 1px; background: var(--theme-control-border, var(--claude-border)); - margin: 22px 0 12px; + margin: 22px 0 8px; flex: 0 0 1px; } @@ -2176,7 +2176,7 @@ const applyThemeOption = async (theme: ThemeKey) => { overflow-y: auto; overflow-x: visible; padding-right: 18px; - padding-bottom: 80px; + padding-bottom: 28px; scrollbar-width: none; -ms-overflow-style: none; } @@ -2790,7 +2790,7 @@ const applyThemeOption = async (theme: ThemeKey) => { .settings-close-button { left: 27px; - top: 24px; + top: 20px; } .settings-redesign-layout {