가상매매 툴바 2라인으로 나는 문제 수정

This commit is contained in:
Macbook
2026-06-01 09:07:00 +09:00
parent aa79be196a
commit 2b8dcff26e
2 changed files with 79 additions and 38 deletions
+38 -26
View File
@@ -41,8 +41,8 @@
.vtd-header-select {
min-width: 0;
max-width: 148px;
padding: 4px 8px;
max-width: 128px;
padding: 4px 6px;
border-radius: 8px;
border: 1px solid var(--se-border);
background: var(--se-panel-card-bg);
@@ -50,14 +50,19 @@
font-size: 11px;
line-height: 1.3;
flex-shrink: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.vtd-header-select--strategy {
max-width: 132px;
max-width: 120px;
min-width: 72px;
}
.vtd-header-select--narrow {
max-width: 118px;
max-width: 104px;
min-width: 64px;
}
/* 타이틀바 — 뷰 옵션 (우측, 드롭다운·아이콘 한 줄) */
@@ -85,37 +90,44 @@
font-size: 10px;
}
@media (max-width: 1280px) {
.bps-header--vtd {
gap: 6px 8px;
padding: 6px 12px;
min-height: 44px;
}
@media (max-width: 1400px) {
.bps-header--vtd .bps-header-left .bps-subtitle {
display: none;
}
.bps-header--vtd .bps-header-center {
min-width: 0;
overflow: hidden;
}
.bps-header--vtd .bps-header-actions {
flex-shrink: 0;
}
.vtd-header-select--strategy {
max-width: 108px;
}
.vtd-header-select--narrow {
max-width: 100px;
}
.vtd-header-select--narrow {
max-width: 92px;
}
}
@media (max-width: 1280px) {
.bps-header--vtd {
gap: 6px;
padding: 6px 10px;
min-height: 42px;
}
.bps-header--vtd .bps-header-left {
max-width: min(24vw, 160px);
}
.vtd-header-select--strategy {
max-width: 88px;
min-width: 64px;
}
.vtd-header-select--narrow {
max-width: 80px;
min-width: 56px;
}
.vtd-session-btn {
padding: 4px 10px;
font-size: 0.75rem;
padding: 4px 8px;
font-size: 0.72rem;
}
}