동의 게이트와 런타임 안정화

This commit is contained in:
Yun Chan 2026-06-27 17:22:38 +09:00
parent 0eb7d925ed
commit 0ec266a761
34 changed files with 1186 additions and 158 deletions

View file

@ -438,13 +438,13 @@ const LH_CSS = `
gap:clamp(12px,1.6vw,20px);
padding:clamp(14px,2vw,28px);
background:var(--bg-app);
overflow:visible;
overflow:hidden;
}
.lh-root::before{
content:"";
position:absolute;
z-index:-1;
inset:-120px -220px auto auto;
inset:-120px 0 auto auto;
width:min(720px,58vw);
height:520px;
background:var(--asset-warm-elements) center / cover no-repeat;
@ -1044,6 +1044,11 @@ const LH_CSS = `
.lh-head{
align-items:flex-start;
}
.lh-workspace{
display:flex;
flex-direction:column;
gap:10px;
}
.lh-list-pane{
padding:12px;
}