매매 시그널 알림 우측패널 동작 수정
This commit is contained in:
+12
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user