라벨 중복문제 수정
This commit is contained in:
+29
-9
@@ -9295,8 +9295,7 @@ html.theme-blue {
|
||||
.rsp-trade-stack .rsp-trade-card-body {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
container-type: size;
|
||||
@@ -9332,14 +9331,25 @@ html.theme-blue {
|
||||
color: var(--down);
|
||||
}
|
||||
.rsp-trade-card-body .top-panel {
|
||||
flex: 1;
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
gap: 0;
|
||||
background: transparent;
|
||||
padding: 6px 10px 6px;
|
||||
}
|
||||
.rsp-trade-card-body .top-panel-fields {
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
gap: 6px;
|
||||
background: transparent;
|
||||
padding: 6px 10px 6px;
|
||||
justify-content: space-evenly;
|
||||
gap: clamp(4px, 1.2cqi, 10px);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.rsp-trade-card-body .top-field {
|
||||
margin-bottom: 0;
|
||||
@@ -9382,7 +9392,9 @@ html.theme-blue {
|
||||
}
|
||||
.rsp-trade-card-body .top-actions {
|
||||
flex-shrink: 0;
|
||||
margin-top: auto;
|
||||
margin-top: clamp(6px, 1.5cqi, 12px);
|
||||
padding-top: clamp(4px, 1cqi, 8px);
|
||||
border-top: 1px solid color-mix(in srgb, var(--border) 65%, transparent);
|
||||
}
|
||||
.rsp-trade-card-body .top-reset,
|
||||
.rsp-trade-card-body .top-submit {
|
||||
@@ -9390,7 +9402,15 @@ html.theme-blue {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
/* 가격·수량: 기본 세로 배치, 공간 부족 시 한 줄 */
|
||||
.rsp-trade-card-body .top-price-qty-block {
|
||||
flex: 1 1 auto;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
gap: clamp(4px, 1cqi, 8px);
|
||||
}
|
||||
/* 가격·수량: 기본 세로 배치 */
|
||||
.top-price-qty-block {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user