매매 시그널 알림 우측패널 동작 수정

This commit is contained in:
Macbook
2026-05-29 01:38:58 +09:00
parent 094a285363
commit 3db7e85e2c
7 changed files with 241 additions and 88 deletions
+12 -4
View File
@@ -11502,15 +11502,23 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
overflow: hidden;
}
.tnl-page--with-right .tnl-right {
flex: 0 0 0;
width: 0;
min-width: 0;
display: flex;
flex-direction: column;
border-left: none;
background: var(--bg2);
overflow: hidden;
transition: width 0.22s cubic-bezier(0.4, 0, 0.2, 1), flex-basis 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}
.tnl-page--with-right .tnl-side-wrap--right.tnl-side-wrap--open .tnl-right.tnl-right--open {
flex: 0 0 min(380px, 38vw);
width: min(380px, 38vw);
min-width: 300px;
max-width: 420px;
display: flex;
flex-direction: column;
border-left: 1px solid var(--border);
background: var(--bg2);
overflow: hidden;
}
.tnl-right-tabs {
flex-shrink: 0;