전략평가 시간봉 시간 표시 위치 수정

This commit is contained in:
Macbook
2026-06-22 09:14:58 +09:00
parent 23ccb89d2c
commit 4a3538fb35
3 changed files with 65 additions and 39 deletions
@@ -40,6 +40,15 @@
padding: 0 10px;
}
.seval-top-toolbar__status {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
min-width: 0;
flex-wrap: wrap;
}
.seval-top-toolbar__right {
flex: 0 0 16px;
width: 16px;
@@ -474,6 +483,7 @@
min-width: 120px;
}
.seval-selected-bar-time,
.seval-chart-bar-time {
display: inline-flex;
align-items: center;
@@ -485,6 +495,7 @@
border: 1px solid color-mix(in srgb, var(--btd-gold, var(--se-gold)) 35%, var(--se-border));
background: color-mix(in srgb, var(--btd-gold, var(--se-gold)) 8%, transparent);
white-space: nowrap;
font-variant-numeric: tabular-nums;
}
.seval-chart-bar-time--loading {