fix(style): 去除审批面板边缘光晕
desktop-approval-sheet 的 box-shadow 从大范围彩色扩散光晕 替换为项目既有的 var(--shadow-strong) 中性克制投影。
This commit is contained in:
parent
d5bf110b88
commit
ff7108738e
@ -1916,7 +1916,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 92vw;
|
max-width: 92vw;
|
||||||
background: var(--claude-panel);
|
background: var(--claude-panel);
|
||||||
box-shadow: -10px 0 28px color-mix(in srgb, var(--text-primary) 22%, transparent);
|
box-shadow: var(--shadow-strong);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user