fix(personalization): 调整个人空间头部对齐与内容区可视高度
This commit is contained in:
parent
1812ee7c27
commit
348cad2b1a
@ -2019,7 +2019,7 @@ const applyThemeOption = async (theme: ThemeKey) => {
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: min(70vw, calc(100vw - 24px));
|
width: min(70vw, calc(100vw - 24px));
|
||||||
height: min(80vh, calc(100vh - 24px));
|
height: min(80vh, calc(100vh - 24px));
|
||||||
padding: 38px 42px 44px;
|
padding: 30px 42px 24px;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
background: var(--theme-surface-soft, var(--claude-panel));
|
background: var(--theme-surface-soft, var(--claude-panel));
|
||||||
@ -2036,7 +2036,7 @@ const applyThemeOption = async (theme: ThemeKey) => {
|
|||||||
|
|
||||||
.settings-close-button {
|
.settings-close-button {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 31px;
|
top: 27px;
|
||||||
left: 45px;
|
left: 45px;
|
||||||
width: 42px;
|
width: 42px;
|
||||||
height: 42px;
|
height: 42px;
|
||||||
@ -2166,7 +2166,7 @@ const applyThemeOption = async (theme: ThemeKey) => {
|
|||||||
.settings-redesign-title-line {
|
.settings-redesign-title-line {
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: var(--theme-control-border, var(--claude-border));
|
background: var(--theme-control-border, var(--claude-border));
|
||||||
margin: 22px 0 12px;
|
margin: 22px 0 8px;
|
||||||
flex: 0 0 1px;
|
flex: 0 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2176,7 +2176,7 @@ const applyThemeOption = async (theme: ThemeKey) => {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: visible;
|
overflow-x: visible;
|
||||||
padding-right: 18px;
|
padding-right: 18px;
|
||||||
padding-bottom: 80px;
|
padding-bottom: 28px;
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
-ms-overflow-style: none;
|
-ms-overflow-style: none;
|
||||||
}
|
}
|
||||||
@ -2790,7 +2790,7 @@ const applyThemeOption = async (theme: ThemeKey) => {
|
|||||||
|
|
||||||
.settings-close-button {
|
.settings-close-button {
|
||||||
left: 27px;
|
left: 27px;
|
||||||
top: 24px;
|
top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-redesign-layout {
|
.settings-redesign-layout {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user